e57d34dd9e
- [JS IR] Unmute fixed tests - [IrText] Update testdata - [WASM] Temporary turn wasm test off - [FirText] Temporary turn fit text tests off - [JVM IR] Turn off klib jvm test - [IR] Add new test
4 lines
112 B
Kotlin
Vendored
4 lines
112 B
Kotlin
Vendored
// IGNORE_BACKEND_FIR: ANY
|
|
data class A(val runA: A.(String) -> Unit = {})
|
|
|
|
data class B(val x: Any = object {}) |