Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
script
/
scriptScopes.kts
blob: ae566f307aee86baf12292ef290f9e685d690b73 [
file
]
// RUN_PIPELINE_TILL: FRONTEND
// FIR_IDENTICAL
// DIAGNOSTICS: -UNUSED_VARIABLE
var
b
=
true
if
(
b
)
{
val x
=
3
}
val y
=
<!
UNRESOLVED_REFERENCE
!>
x
<!>
/* GENERATED_FIR_TAGS: ifExpression, init, integerLiteral, localProperty, propertyDeclaration */