K2: Approximate ILT in vararg expressions properly #KT-57487 Fixed
This commit is contained in:
committed by
Space Team
parent
dead2c8be8
commit
70c5978add
@@ -1,6 +1,3 @@
|
||||
// KT-57487: Stdlib ArraysTest fails with `Class found but error nodes are not allowed`
|
||||
// IGNORE_BACKEND_K2: NATIVE, JS_IR
|
||||
|
||||
// Minimized from libraries.stdlib.test.collections.ArraysTest.sortedTests()
|
||||
// Exception is: Class found but error nodes are not allowed
|
||||
fun <T: Comparable<T>> arrayData(vararg values: T, toArray: Array<T>.() -> Unit) {}
|
||||
|
||||
Reference in New Issue
Block a user