mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 00:21:35 +00:00
20 lines
966 B
Plaintext
Vendored
20 lines
966 B
Plaintext
Vendored
public final class test/A {
|
|
private final @org.jetbrains.annotations.NotNull field s: java.lang.String
|
|
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
|
public final @org.jetbrains.annotations.NotNull method getS(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class test/C {
|
|
private final @org.jetbrains.annotations.NotNull field s: java.lang.String
|
|
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
|
public final @org.jetbrains.annotations.NotNull method a(@org.jetbrains.annotations.NotNull p0: test.A): java.lang.String
|
|
public final @org.jetbrains.annotations.NotNull method getS(): java.lang.String
|
|
public final @org.jetbrains.annotations.NotNull method test(@org.jetbrains.annotations.NotNull p0: test.A): java.lang.String
|
|
}
|
|
|
|
|
|
public final class test/InLocalExtensionFunctionKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|