Add intentions to move property from/to primary constructor
#KT-4578 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
annotation class SuperAnnotation
|
||||
|
||||
class TestClass(text: String) {
|
||||
@SuperAnnotation val <caret>text = text
|
||||
}
|
||||
Reference in New Issue
Block a user