mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 08:31:29 +00:00
11 lines
515 B
Plaintext
Vendored
11 lines
515 B
Plaintext
Vendored
public final class A {
|
|
public method <init>(): void
|
|
}
|
|
|
|
|
|
public final class ExtensionFromExtensionKt {
|
|
public final static @org.jetbrains.annotations.NotNull method bar(@org.jetbrains.annotations.NotNull p0: A, @org.jetbrains.annotations.NotNull p1: java.lang.String): java.lang.String
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
public final static @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: A): java.lang.String
|
|
}
|