4 lines
38 B
Kotlin
Vendored
4 lines
38 B
Kotlin
Vendored
package test
|
|
|
|
fun www(p: Int = 1) = p
|