8 lines
109 B
Kotlin
Vendored
8 lines
109 B
Kotlin
Vendored
// "Create parameter 'foo'" "true"
|
|
|
|
class A {
|
|
fun test(n: Int) {
|
|
val t: Int = <caret>foo
|
|
}
|
|
}
|