Files
kotlin/compiler/testData/compileJavaAgainstKotlin/method/DefaultMethod.kt
2014-03-19 23:24:27 +04:00

3 lines
36 B
Kotlin

package test
fun foo(a: Int = 1) {}