Files
kotlin-fork/plugins/uast-kotlin/testData/IfStatement.kt
T
Dmitry Jemerov 40daeb13d1 Evaluate parents of UAST elements lazily
Also add tests for UAST consistency in various cases
2017-10-06 20:51:00 +02:00

4 lines
55 B
Kotlin
Vendored

fun foo() {
val x = if ("abc" != "def") 1 else 0
}