Add SKIP_DCE_DRIVEN directive in JS-IR tests
Otherwise they fail with a compiler exception: "An operation is not implemented: SAM conversion"
This commit is contained in:
+1
@@ -1,6 +1,7 @@
|
||||
// !LANGUAGE: +NewInference
|
||||
// KJS_WITH_FULL_RUNTIME
|
||||
// WITH_RUNTIME
|
||||
// SKIP_DCE_DRIVEN
|
||||
|
||||
class Foo<C : Any> {
|
||||
fun test(candidates: Collection<C>): List<C> {
|
||||
|
||||
Reference in New Issue
Block a user