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

21 lines
916 B
Plaintext
Vendored

public class A {
private final @org.jetbrains.annotations.NotNull field field: java.lang.String
public method <init>(): void
public @org.jetbrains.annotations.NotNull method getField$test_module(): java.lang.String
public @org.jetbrains.annotations.NotNull method test$test_module(): java.lang.String
}
public final class InternalOverrideKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method invokeOnA(@org.jetbrains.annotations.NotNull p0: A): java.lang.String
}
public final class Z {
private final @org.jetbrains.annotations.NotNull field field: java.lang.String
public method <init>(): void
public @org.jetbrains.annotations.NotNull method getField$test_module(): java.lang.String
public @org.jetbrains.annotations.NotNull method test$test_module(): java.lang.String
}