929d06c86f
#KT-8426 Fixed
8 lines
128 B
Kotlin
Vendored
8 lines
128 B
Kotlin
Vendored
// "Create property 'foo' as constructor parameter" "true"
|
|
|
|
class A {
|
|
fun test(n: Int) {
|
|
<caret>foo = n + 1
|
|
}
|
|
}
|