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:
Alexander Udalov
2018-08-22 19:54:23 +02:00
parent 98232265d7
commit f9b9b6908a
10 changed files with 12 additions and 27 deletions
@@ -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