stdlib: Add empty kotlin.experimental package
This patch adds empty kotlin.experimental package to avoid unresolved reference errors in bitwiseOp tests: external_codegen_box_binaryOp/bitwiseOp.kt external_codegen_box_binaryOp/bitwiseOpAny.kt external_codegen_box_binaryOp/bitwiseOpNullable.kt Byte/Short bitwise operations are supported in Kotlin Native by default.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* Empty package to avoid unresolved reference errors in bitwiseOp tests
|
||||
* (e.g. external_codegen_box_binaryOp/bitwiseOp.kt).
|
||||
* Byte/Short bitwise operations are supported in Kotlin Native by default.
|
||||
*/
|
||||
|
||||
package kotlin.experimental
|
||||
Reference in New Issue
Block a user