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