Add intentions to move property from/to primary constructor
#KT-4578 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
|
||||
@Target(AnnotationTarget.PROPERTY, AnnotationTarget.FIELD)
|
||||
annotation class PropertyAnnotation(val a: Int = 0)
|
||||
|
||||
class TestClass(private @PropertyAnnotation(42) val <caret>text: String = "LoremIpsum")
|
||||
Reference in New Issue
Block a user