Use stable order when generating stubs for scope members
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// !DUMP_DEPENDENCIES
|
||||
|
||||
fun with1(receiver: Any?, block: Any?.() -> Unit) = block(receiver)
|
||||
fun with2(receiver: Any?, block: Any?.() -> Unit) = receiver.block()
|
||||
Reference in New Issue
Block a user