Files
kotlin-fork/idea/testData/javaFacade/wrapTopLevelFunWithDefaultParams.kt
T
2013-05-20 14:15:02 +04:00

3 lines
44 B
Kotlin

fun test(some: Int = 12) {
println(some)
}