Files
kotlin-fork/idea/testData/formatter/Is.kt
T
2016-05-30 20:35:33 +03:00

5 lines
41 B
Kotlin
Vendored

fun f() {
if (1 is Int) {
}
}