Files
kotlin-fork/compiler/testData/codegen/light-analysis/controlStructures/kt8148.txt
T

13 lines
629 B
Plaintext
Vendored

public final class A {
private @org.jetbrains.annotations.NotNull field value: java.lang.String
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
public final @org.jetbrains.annotations.NotNull method getValue(): java.lang.String
public final method setValue(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}
public final class Kt8148Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method test(@org.jetbrains.annotations.NotNull p0: A): java.lang.String
}