[Test] Use DUMP_EXTERNAL_CLASS instead of invalid DUMP_DEPENDENCIES directive in ir text tests
This commit is contained in:
committed by
Space Team
parent
9946bfcdfd
commit
e7f6482857
@@ -1,5 +1,4 @@
|
||||
// FIR_IDENTICAL
|
||||
// !DUMP_DEPENDENCIES
|
||||
|
||||
fun with1(receiver: Any?, block: Any?.() -> Unit) = block(receiver)
|
||||
fun with2(receiver: Any?, block: Any?.() -> Unit) = receiver.block()
|
||||
fun with2(receiver: Any?, block: Any?.() -> Unit) = receiver.block()
|
||||
|
||||
Reference in New Issue
Block a user