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