JS: change visibility to internal for library and marker annotations
This commit is contained in:
+2
-1
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user