Files
kotlin/compiler/testData/codegen/light-analysis/extensionFunctions/thisMethodInObjectLiteral.txt

11 lines
339 B
Plaintext
Vendored

public final class Test {
public method <init>(): void
public final method box(): int
private final method self(@org.jetbrains.annotations.NotNull p0: java.lang.Object): Test$self$1
}
public final class ThisMethodInObjectLiteralKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}