Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
script
/
scriptScopes.kts
blob: c1997e7f5f61813d5ee9a9f20b6d27f5ac4760a3 [
file
]
// FIR_IDENTICAL
// DIAGNOSTICS: -UNUSED_VARIABLE
var
b
=
true
if
(
b
)
{
val x
=
3
}
val y
=
<!
UNRESOLVED_REFERENCE
!>
x
<!>