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