diff --git a/runtime/src/main/kotlin/kotlin/Experimental.kt b/runtime/src/main/kotlin/kotlin/Experimental.kt new file mode 100644 index 00000000000..ba82125f1ab --- /dev/null +++ b/runtime/src/main/kotlin/kotlin/Experimental.kt @@ -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 \ No newline at end of file