Add CLI tests on internal from other module (JVM, JS, common)
This commit is contained in:
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
import a.*
|
||||
|
||||
private fun test(i: InternalInterface): InternalTypealias {
|
||||
PublicClass().internalMemberFun()
|
||||
PublicClass.Companion
|
||||
|
||||
internalFun(internalVal)
|
||||
|
||||
return i
|
||||
}
|
||||
Reference in New Issue
Block a user