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