19 lines
702 B
Plaintext
Vendored
19 lines
702 B
Plaintext
Vendored
public final class ClassArtificialFieldInsideNestedKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class My {
|
|
private final @org.jetbrains.annotations.NotNull field back: java.lang.String
|
|
public method <init>(): void
|
|
public final @org.jetbrains.annotations.NotNull method getBack(): java.lang.String
|
|
public final @org.jetbrains.annotations.NotNull method getMy(): java.lang.String
|
|
}
|
|
|
|
|
|
public abstract class Your {
|
|
public method <init>(): void
|
|
public final @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
|
public abstract @org.jetbrains.annotations.NotNull method getYour(): java.lang.String
|
|
}
|