JS: add tests for private external declarations

This commit is contained in:
Alexey Andreev
2017-02-10 20:42:32 +03:00
parent 8d2dac4577
commit f82f5d0471
3 changed files with 12 additions and 0 deletions
@@ -0,0 +1,3 @@
private external fun foo(): String
fun box() = foo()