2b354cd4db
#KT-9322 Fixed
8 lines
112 B
Kotlin
Vendored
8 lines
112 B
Kotlin
Vendored
// "Create parameter 'foo'" "true"
|
|
|
|
class A {
|
|
constructor(n: Int) {
|
|
val t: Int = <caret>foo
|
|
}
|
|
}
|