mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
15 lines
739 B
Plaintext
Vendored
15 lines
739 B
Plaintext
Vendored
public final class MyString {
|
|
private @org.jetbrains.annotations.NotNull field s: java.lang.String
|
|
public method <init>(): void
|
|
public final @org.jetbrains.annotations.NotNull method getS(): java.lang.String
|
|
public final @org.jetbrains.annotations.NotNull method plus(@org.jetbrains.annotations.NotNull p0: java.lang.String): MyString
|
|
public final method setS(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
|
public @org.jetbrains.annotations.NotNull method toString(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class TryLoopTryKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
public final static @org.jetbrains.annotations.NotNull method test1(): MyString
|
|
}
|