0ea1784d33
#KT-24712 Fixed
6 lines
122 B
Kotlin
Vendored
6 lines
122 B
Kotlin
Vendored
// WITH_DEFAULT_VALUE: false
|
|
suspend fun foo(n: Int) = n
|
|
|
|
suspend fun test() {
|
|
val m = <selection>foo(1)</selection>
|
|
} |