Files
kotlin-fork/compiler/testData/codegen/light-analysis/evaluate/char.txt
T

16 lines
342 B
Plaintext
Vendored

@kotlin.annotation.Retention
@java.lang.annotation.Retention
public annotation class test/Ann {
public abstract method c1(): int
}
public final class test/CharKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@test.Ann
public final class test/MyClass {
public method <init>(): void
}