Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
controlStructures
/
kt10322.fir.kt
blob: 42d730e75153f4c7d216a84f6a6b6828037eba15 [
file
]
fun test1
()
{
run
{
if
(
true
)
{
if
(
true
)
{}
}
else
{
1
}
}
}