Files
kotlin-fork/runtime
Ilya Matveev 10eef395f4 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.
2017-03-14 16:24:20 +03:00
..