Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
073a50037049a4e0869085bf4acf7c29e56210e3
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
callableReference
/
kt39612.kt
blob: f9da0cf410da54234acc1566e6a38485ad364873 [
file
] [
log
] [
blame
]
// IGNORE_BACKEND_FIR: JVM_IR
fun foo
()
{}
fun id
(
s
:
String
)
=
s
fun test1
()
=
id
(::
foo
.
name
)
fun test2
(
name
:
String
)
=
(
if
(
name
==
::
foo
.
name
)
::
foo
else
::
id
).
annotations
// 0 getName
// 3 LDC "foo"