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

15 lines
743 B
Plaintext
Vendored

public final class BoundReferencesKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method check(@org.jetbrains.annotations.NotNull p0: kotlin.reflect.KParameter, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
public final static method extFun(@org.jetbrains.annotations.NotNull p0: C, p1: int): void
}
public final class C {
private @org.jetbrains.annotations.NotNull field bar: java.lang.String
public method <init>(): void
public final method foo(): void
public final @org.jetbrains.annotations.NotNull method getBar(): java.lang.String
public final method setBar(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}