blob: a39e0aec55c6237f9db4dc67a77aaa11eea4140a [file] [log] [blame]
// FILE: test.kt
class A(val value: String)
fun box(): String {
val ref = A::value
return ref(A("OK"))
}
// Check that non-bound callable references are generated as singletons
// 1 GETSTATIC TestKt\$box\$ref\$1.INSTANCE