mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 08:31:29 +00:00
18 lines
763 B
Plaintext
Vendored
18 lines
763 B
Plaintext
Vendored
public final class Bar {
|
|
public method <init>(): void
|
|
public @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.CharSequence): java.lang.String
|
|
public synthetic method foo(p0: java.lang.CharSequence): java.lang.CharSequence
|
|
}
|
|
|
|
|
|
public final class CovariantOverrideGenericKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|
|
|
|
|
|
public class Foo {
|
|
public method <init>(): void
|
|
public synthetic static method foo$default(p0: Foo, p1: java.lang.CharSequence, p2: int, p3: java.lang.Object): java.lang.CharSequence
|
|
public @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.CharSequence): java.lang.CharSequence
|
|
}
|