Files
kotlin-fork/idea/testData/templates/exfun.exp.kt
T
2012-02-13 21:35:34 +04:00

3 lines
45 B
Kotlin

fun Int.foo(arg : Int) : Unit {
<caret>
}