Files
kotlin-fork/compiler/testData/codegen/bytecodeListing/annotations/internalProperty.txt
T
2020-10-14 19:32:51 +02:00

21 lines
614 B
Plaintext
Vendored

@java.lang.annotation.Retention
@kotlin.Metadata
public annotation class Anno {
// source: 'internalProperty.kt'
}
@kotlin.Metadata
public final class C {
// source: 'internalProperty.kt'
public method <init>(): void
public synthetic deprecated static @Anno method getProperty$test_module$annotations(): void
public final method getProperty$test_module(): int
}
@kotlin.Metadata
public final class InternalPropertyKt {
// source: 'internalProperty.kt'
public synthetic deprecated static @Anno method getProperty$annotations(): void
public final static method getProperty(): int
}