Files
kotlin-fork/compiler/testData/codegen/light-analysis/arrays/arrayConstructorsSimple.txt
T

8 lines
472 B
Plaintext
Vendored

@kotlin.Metadata
public final class ArrayConstructorsSimpleKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method simpleDoubleArray(): java.lang.Double[]
public final static @org.jetbrains.annotations.NotNull method simpleIntArray(): java.lang.Integer[]
public final static @org.jetbrains.annotations.NotNull method simpleStringArray(): java.lang.String[]
}