Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
5e49b472f81ed95098eec9749aa2ad0415fac731
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
callableReference
/
kt46437.fir.kt
blob: 44e6814a7012d3c05de5da8ac899491d56e03a3f [
file
]
fun box
():
String
{
if
(
true
)
X
::<!
UNRESOLVED_REFERENCE
!>
y
<!>
else
null
return
"OK"
}
object
X
{
private
val y
=
null
}