Adjust testData to new labels syntax
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
class A3 {
|
||||
val a: String by @l MyProperty()
|
||||
val a: String by l@ MyProperty()
|
||||
|
||||
class MyProperty<T> {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user