Files
kotlin-fork/compiler/testData/ir/irText/classes/lambdaInDataClassDefaultParameter.kt
T
Roman Artemev e57d34dd9e Make fix test:
- [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
2020-02-14 18:22:17 +03:00

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 {})