Intentions: Move class member to companion object
#KT-9697 In Progress
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// SHOULD_FAIL_WITH: Usages of outer class instance inside of property 'y' won't be processed
|
||||
class A {
|
||||
val x = 1
|
||||
val <caret>y = x + 1
|
||||
}
|
||||
Reference in New Issue
Block a user