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