STDLIB: internal Array::<init>(Int) obtains konan.internal.ExportForCompiler annotation
This commit is contained in:
committed by
vvlevchenko
parent
458aa058c0
commit
4905d2a056
@@ -1,4 +1,5 @@
|
|||||||
package kotlin
|
package kotlin
|
||||||
|
import konan.internal.ExportForCompiler
|
||||||
|
|
||||||
// TODO: remove that, as RTTI shall be per instantiation.
|
// TODO: remove that, as RTTI shall be per instantiation.
|
||||||
@ExportTypeInfo("theArrayTypeInfo")
|
@ExportTypeInfo("theArrayTypeInfo")
|
||||||
@@ -11,6 +12,8 @@ public final class Array<T> : Cloneable {
|
|||||||
index++
|
index++
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ExportForCompiler
|
||||||
internal constructor(@Suppress("UNUSED_PARAMETER") size: Int) {}
|
internal constructor(@Suppress("UNUSED_PARAMETER") size: Int) {}
|
||||||
|
|
||||||
public val size: Int
|
public val size: Int
|
||||||
|
|||||||
Reference in New Issue
Block a user