5 lines
50 B
Kotlin
Vendored
5 lines
50 B
Kotlin
Vendored
package foo
|
|
|
|
fun createANonDefault() {
|
|
A(15)
|
|
} |