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:
Ilya Matveev
2017-03-14 12:08:08 +03:00
committed by ilmat192
parent b08ccf07cb
commit 10eef395f4
@@ -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