Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
psi
/
IfWithPropery.kt
blob: d28dec2658176c00946685c86826a94be5441e56 [
file
]
val a
=
if
(
1
)
{
var
f
=
a
;
a
}
else
{
null
}
val a
=
if
(
1
)
{
var
f
=
a
;
a
}
else
{
null
}