Files
kotlin-fork/compiler/testData/codegen/light-analysis/mangling/field.txt
T

14 lines
446 B
Plaintext
Vendored

public final class test/FieldKt {
private final static field noMangling: int
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method getNoMangling(): int
}
public final class test/Z {
private field noMangling: int
public method <init>(): void
public final method getNoMangling$test_module(): int
public final method setNoMangling$test_module(p0: int): void
}