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
@@ -10,7 +10,7 @@ public final annotation class Ann : 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*/ a: kotlin.String)
|
||||
protected final val simpleProperty: kotlin.String = "text"
|
||||
public final val @receiver:Ann kotlin.String.extensionProperty2: kotlin.String
|
||||
|
||||
Reference in New Issue
Block a user