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

3 lines
44 B
Kotlin
Vendored

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