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

3 lines
48 B
Kotlin

fun foo(x : Any, y : Any) : Unit {
<caret>
}