mirror of https://github.com/lukechilds/rollup.git
Permutator
8 years ago
1 changed files with 2 additions and 2 deletions
@ -1,7 +1,7 @@ |
|||
export default function a() { |
|||
return 5; |
|||
return 5; |
|||
} |
|||
|
|||
export function b() { |
|||
return a() + 10; |
|||
return a() + 10; |
|||
} |
|||
|
Loading…
Reference in new issue