17 lines
537 B
Plaintext
Vendored
17 lines
537 B
Plaintext
Vendored
public class Base {
|
|
private final @org.jetbrains.annotations.NotNull field bar: java.lang.String
|
|
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
|
public final @org.jetbrains.annotations.NotNull method getBar(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class Foo {
|
|
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
|
public final method something(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class Kt1398Kt {
|
|
public final static method box(): java.lang.String
|
|
}
|