Initial internal member mangling
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package hello
|
||||
|
||||
open class A {
|
||||
|
||||
internal val z: String = "A_O"
|
||||
|
||||
internal fun test() = "A_K"
|
||||
|
||||
}
|
||||
|
||||
public fun invokeOnA(a: A) = a.z + a.test()
|
||||
Reference in New Issue
Block a user