Files
kotlin-fork/compiler/testData/codegen/light-analysis/properties/twoAnnotatedExtensionPropertiesWithoutBackingFields.txt
T
2016-12-05 20:10:32 +03:00

12 lines
563 B
Plaintext
Vendored

@java.lang.annotation.Retention
public annotation class Anno
public final class TwoAnnotatedExtensionPropertiesWithoutBackingFieldsKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
private synthetic deprecated static @Anno method foo$annotations(p0: int): void
private synthetic deprecated static @Anno method foo$annotations(p0: java.lang.String): void
public final static method getFoo(@org.jetbrains.annotations.NotNull p0: java.lang.String): int
public final static method getFoo(p0: int): int
}