[FIR] ignore tests which fail because of resolve contracts violation
This commit is contained in:
committed by
Space Team
parent
43775a5912
commit
644d1bf0d0
@@ -1,3 +1,4 @@
|
||||
// FIR_DISABLE_LAZY_RESOLVE_CHECKS
|
||||
// FIR_IDENTICAL
|
||||
class A : <!SUPERTYPE_IS_EXTENSION_FUNCTION_TYPE!>Double.() -> Unit<!> {
|
||||
override fun invoke(p1: Double) {}
|
||||
|
||||
Vendored
+1
@@ -1,3 +1,4 @@
|
||||
// FIR_DISABLE_LAZY_RESOLVE_CHECKS
|
||||
// FIR_IDENTICAL
|
||||
// !LANGUAGE: +FunctionalTypeWithExtensionAsSupertype
|
||||
// SKIP_TXT
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// FIR_DISABLE_LAZY_RESOLVE_CHECKS
|
||||
// FIR_IDENTICAL
|
||||
class A : () -> Unit {
|
||||
override fun invoke() {}
|
||||
|
||||
Reference in New Issue
Block a user