FIR: Unignore FIR2IR test
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
// !LANGUAGE: +ProperIeee754Comparisons
|
// !LANGUAGE: +ProperIeee754Comparisons
|
||||||
// IGNORE_BACKEND_FIR: JVM_IR
|
|
||||||
class C {
|
class C {
|
||||||
operator fun Int.compareTo(c: Char) = 0
|
operator fun Int.compareTo(c: Char) = 0
|
||||||
|
|
||||||
@@ -13,4 +12,4 @@ class C {
|
|||||||
|
|
||||||
fun box(): String {
|
fun box(): String {
|
||||||
return C().foo(42, 'O')
|
return C().foo(42, 'O')
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user