mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 08:31:30 +00:00
12 lines
458 B
Plaintext
Vendored
12 lines
458 B
Plaintext
Vendored
public final class ClassFieldInsideLocalInSetterKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class My {
|
|
private @org.jetbrains.annotations.NotNull field my: java.lang.String
|
|
public method <init>(): void
|
|
public final @org.jetbrains.annotations.NotNull method getMy(): java.lang.String
|
|
public final method setMy(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
|
}
|