Remove use-site targeted annotations from LazyAnnotations
LazyAnnotations are only used for classes and files, and in the latter case it will now contain file annotations as normal annotations, without the target "file:"
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ public final annotation class Second : kotlin.Annotation {
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
}
|
||||
|
||||
public final class SomeClass {
|
||||
@Ann public final class SomeClass {
|
||||
public constructor SomeClass(/*0*/ s: kotlin.String)
|
||||
@Ann protected final val p1: kotlin.String = ""
|
||||
@Ann @Second protected final val p2: kotlin.String = ""
|
||||
|
||||
Reference in New Issue
Block a user