mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 15:53:55 +00:00
17 lines
616 B
Plaintext
Vendored
17 lines
616 B
Plaintext
Vendored
public class A {
|
|
public method <init>(): void
|
|
public @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object, p1: java.lang.Object): java.lang.String
|
|
}
|
|
|
|
|
|
public final class SimpleGenericMethodKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class Z {
|
|
public method <init>(): void
|
|
public @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String, p1: java.lang.Object): java.lang.String
|
|
public synthetic method foo(p0: java.lang.Object, p1: java.lang.Object): java.lang.String
|
|
}
|