5 lines
78 B
Kotlin
Vendored
5 lines
78 B
Kotlin
Vendored
// "Create parameter 'foo'" "true"
|
|
|
|
class A {
|
|
val test: Int = <caret>foo
|
|
} |