Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
073a50037049a4e0869085bf4acf7c29e56210e3
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
callableReference
/
kt36975.kt
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