Files
kotlin-fork/idea/resources/postfixTemplates/KtWhenExpressionPostfixTemplate/after.kt.template
T
2016-09-20 15:26:42 +03:00

6 lines
45 B
Plaintext

fun foo(x: String) {
when (x) {
}
}