[FIR] ignore tests which fail because of resolve contracts violation
This commit is contained in:
committed by
Space Team
parent
43775a5912
commit
644d1bf0d0
+1
@@ -1,3 +1,4 @@
|
||||
// FIR_DISABLE_LAZY_RESOLVE_CHECKS
|
||||
open class A
|
||||
|
||||
interface B : <!DELEGATION_IN_INTERFACE, DELEGATION_NOT_TO_INTERFACE, INTERFACE_WITH_SUPERCLASS!>A<!> by <!UNRESOLVED_REFERENCE!>a<!> {
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// FIR_DISABLE_LAZY_RESOLVE_CHECKS
|
||||
open class A {
|
||||
open var test: Number = 10
|
||||
}
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// FIR_DISABLE_LAZY_RESOLVE_CHECKS
|
||||
// !LANGUAGE: -QualifiedSupertypeMayBeExtendedByOtherSupertype
|
||||
interface IBase<T> {
|
||||
fun foo() {}
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// FIR_DISABLE_LAZY_RESOLVE_CHECKS
|
||||
open class A {
|
||||
open fun test(): Number = 10
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// FIR_DISABLE_LAZY_RESOLVE_CHECKS
|
||||
open class A
|
||||
open class B : A()
|
||||
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// FIR_DISABLE_LAZY_RESOLVE_CHECKS
|
||||
interface A {
|
||||
fun foo()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user