[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
|
||||
enum class E {
|
||||
ENTRY
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// FIR_DISABLE_LAZY_RESOLVE_CHECKS
|
||||
enum class E : Cloneable {
|
||||
A;
|
||||
<!OVERRIDING_FINAL_MEMBER!>override<!> fun clone(): Any {
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// FIR_DISABLE_LAZY_RESOLVE_CHECKS
|
||||
enum class E : Cloneable {
|
||||
A;
|
||||
<!OVERRIDING_FINAL_MEMBER!>override<!> fun clone(): Any {
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// FIR_DISABLE_LAZY_RESOLVE_CHECKS
|
||||
// FIR_IDENTICAL
|
||||
enum class E {
|
||||
ENTRY;
|
||||
|
||||
Reference in New Issue
Block a user