2/2 Implement deprecation for use-site '@get:' target
^KT-15470 Fixed Review: https://jetbrains.team/p/kt/reviews/9250
This commit is contained in:
+1
@@ -22,6 +22,7 @@ public final class CustomDelegate {
|
||||
@get:Ann public final val propertyWithCustomGetter: kotlin.Int
|
||||
@get:Ann protected final val simpleProperty: kotlin.String = "text"
|
||||
@get:Ann protected final val simplePropertyWithAnnotationList: kotlin.String = "text"
|
||||
public final val useSiteTarget: kotlin.Int
|
||||
public final fun annotationOnFunction(/*0*/ a: kotlin.Int): kotlin.Int
|
||||
public final fun anotherFun(): kotlin.Unit
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
|
||||
Reference in New Issue
Block a user