mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
15 lines
375 B
Plaintext
Vendored
15 lines
375 B
Plaintext
Vendored
public interface A {
|
|
public abstract @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class B {
|
|
public method <init>(): void
|
|
public @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class TraitMemberKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|