delegate use-site targeted annotations: parser, front-end, codegen with some tests #KT-10502 Fixed
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
class C {
|
||||
val plainField: Int = 1
|
||||
@delegate:Transient
|
||||
val lazy by lazy { 1 }
|
||||
}
|
||||
Reference in New Issue
Block a user