JS: change visibility to internal for library and marker annotations

This commit is contained in:
Zalim Bashorov
2016-10-07 14:11:02 +03:00
parent 77ceb3efb9
commit 11b2c5fe59
2 changed files with 6 additions and 7 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
@file:Suppress("INVISIBLE_REFERENCE", "INVISIBLE_MEMBER")
package foo
@library class A() {
@@ -14,4 +15,4 @@ fun box(): String {
a.f()
a.f(2)
return if (getResult()) "OK" else "fail"
}
}