mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 08:31:29 +00:00
17 lines
580 B
Plaintext
Vendored
17 lines
580 B
Plaintext
Vendored
public final class Bar {
|
|
private final @org.jetbrains.annotations.NotNull field name: java.lang.String
|
|
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
|
public final @org.jetbrains.annotations.NotNull method getName(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class CopyInObjectNestedDataClassKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|
|
|
|
|
|
public abstract class Foo {
|
|
public method <init>(): void
|
|
public abstract @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
|
}
|