5 lines
95 B
Kotlin
Vendored
5 lines
95 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
|
|
fun <C : MutableCollection<Int>> foo(col: C) {
|
|
col.<caret>add(0)
|
|
} |