mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 15:53:55 +00:00
18 lines
629 B
Plaintext
Vendored
18 lines
629 B
Plaintext
Vendored
@kotlin.Metadata
|
|
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
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class CopyInObjectNestedDataClassKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public abstract class Foo {
|
|
public method <init>(): void
|
|
public abstract @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
|
}
|