22 lines
533 B
Plaintext
Vendored
22 lines
533 B
Plaintext
Vendored
public class A {
|
|
public method <init>(): void
|
|
public final @org.jetbrains.annotations.NotNull method bar(): java.lang.String
|
|
public @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
|
}
|
|
|
|
|
|
public class B {
|
|
public method <init>(): void
|
|
}
|
|
|
|
|
|
public class C {
|
|
public method <init>(): void
|
|
public @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class ImplicitToGrandSonKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|