Files
kotlin-fork/libraries/stdlib/js/irRuntime/irTestsOptionalExpectation.kt
T
Ilya Gorbunov 056db883c3 Fix JS IR runtime compilation for tests after applying OptionalExpectation
Jvm-specific actuals were removed from stdlib/js runtime.
Recreate them in irRuntime so they can be resolved when compiling runtime for IR tests.
2018-08-31 04:17:42 +03:00

7 lines
200 B
Kotlin

package kotlin
annotation class OptionalExpectationDummy()
// in order to make the compiler ignore semantics of the real OptionalExpectation
typealias OptionalExpectation = OptionalExpectationDummy