14 lines
594 B
Plaintext
Vendored
14 lines
594 B
Plaintext
Vendored
public final class C {
|
|
private final field i: int
|
|
public method <init>(p0: int): void
|
|
public final method getI(): int
|
|
}
|
|
|
|
|
|
public final class MultiDeclForComponentExtensionsKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
public final static method component1(@org.jetbrains.annotations.NotNull p0: C): int
|
|
public final static method component2(@org.jetbrains.annotations.NotNull p0: C): int
|
|
public final static @org.jetbrains.annotations.NotNull method doTest(@org.jetbrains.annotations.NotNull p0: C[]): java.lang.String
|
|
}
|