8 lines
104 B
Kotlin
8 lines
104 B
Kotlin
// "Create parameter 'foo'" "true"
|
|
|
|
class A {
|
|
fun test(n: Int) {
|
|
<caret>foo = n + 1
|
|
}
|
|
}
|