[Tests] Use stable order for ir/kotlinLike dumps
^KT-65406
This commit is contained in:
committed by
Space Team
parent
0fa42a9c11
commit
e6f4d6e6fa
@@ -11,10 +11,6 @@ var d2: dynamic
|
||||
get
|
||||
set
|
||||
|
||||
fun withDynamic(d: dynamic): dynamic {
|
||||
return d
|
||||
}
|
||||
|
||||
fun test1(s: String) {
|
||||
withDynamic(d = s) /*~> Unit */
|
||||
}
|
||||
@@ -40,3 +36,7 @@ fun test5(a: Any, s: String, na: Any?) {
|
||||
<set-d2>(<set-?> = s)
|
||||
}
|
||||
|
||||
fun withDynamic(d: dynamic): dynamic {
|
||||
return d
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user