[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
|
||||
package test
|
||||
|
||||
// imports should be resolved
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// FIR_DISABLE_LAZY_RESOLVE_CHECKS
|
||||
package test
|
||||
|
||||
// imports should be resolved
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
//KT-9517 Wrong resolve for invoke convention after smart cast
|
||||
open class A {
|
||||
open val foo: () -> Number = null!!
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// FIR_DISABLE_LAZY_RESOLVE_CHECKS
|
||||
// FIR_IDENTICAL
|
||||
// !DIAGNOSTICS: -UNUSED_PARAMETER
|
||||
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// FIR_DISABLE_LAZY_RESOLVE_CHECKS
|
||||
interface A<T : A<T>> {
|
||||
val symbol: ASymbol<T>
|
||||
}
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// FIR_DISABLE_LAZY_RESOLVE_CHECKS
|
||||
interface A<T : A<T>> {
|
||||
val symbol: ASymbol<T>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user