Files
kotlin-fork/idea/testData/formatter/InfixCall.kt
T
2016-04-26 15:21:33 +03:00

3 lines
36 B
Kotlin
Vendored

fun foo() {
val a = 1 shl 2
}