Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
callableReference
/
kt46437.fir.kt
blob: 2bd177997e18c34e6a76f9191b48c0484935cc34 [
file
]
fun box
():
String
{
if
(
true
)
X
::<!
INVISIBLE_REFERENCE
!>
y
<!>
else
null
return
"OK"
}
object
X
{
private
val y
=
null
}