[FIR-test] Unmute passing tests, mostly fir2ir
This commit is contained in:
-1
@@ -1,5 +1,4 @@
|
||||
// !LANGUAGE: +InlineClasses
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
inline class X(val s: String)
|
||||
fun foo(x: X, block: (X) -> String = { it.s }) = block(x)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user