Move to constructor: choose property use-site target more precisely
#KT-26015 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
29390dab42
commit
de6fdc5733
+1
-1
@@ -1,4 +1,4 @@
|
||||
annotation class SuperAnnotation
|
||||
|
||||
class TestClass(@field:SuperAnnotation val text: String) {
|
||||
class TestClass(@property:SuperAnnotation val text: String) {
|
||||
}
|
||||
Reference in New Issue
Block a user