4850fd10f0
Introduced '@' after each annotation
15 lines
382 B
Plaintext
Vendored
15 lines
382 B
Plaintext
Vendored
package test
|
|
|
|
@kotlin.annotation.annotation() public final class Anno : kotlin.Annotation {
|
|
public constructor Anno(/*0*/ e: [ERROR : test.E])
|
|
public final val e: [ERROR : test.E]
|
|
}
|
|
|
|
@test.Anno(e = Unresolved enum entry: test/E.ENTRY) public open class Class {
|
|
public constructor Class()
|
|
}
|
|
|
|
public final class Subclass : test.Class {
|
|
public constructor Subclass()
|
|
}
|