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
@@ -16,7 +16,7 @@ public final class CustomDelegate {
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
}
|
||||
|
||||
public final class SomeClass {
|
||||
@Ann public final class SomeClass {
|
||||
public constructor SomeClass()
|
||||
@setparam:Ann protected final var delegatedProperty: kotlin.String
|
||||
@setparam:Ann protected final var mutableProperty: kotlin.String
|
||||
|
||||
Reference in New Issue
Block a user