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

4 lines
38 B
Kotlin
Vendored

package test
fun www(p: Int = 1) = p