7 lines
90 B
Kotlin
7 lines
90 B
Kotlin
fun foo(paramTest: Int = 12)
|
|
|
|
fun test() {
|
|
// '=' is expected
|
|
foo(param<caret>)
|
|
}
|