056db883c3
Jvm-specific actuals were removed from stdlib/js runtime. Recreate them in irRuntime so they can be resolved when compiling runtime for IR tests.
7 lines
200 B
Kotlin
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 |