FIR: add status line to all failing black box tests

This commit is contained in:
Mikhail Glukhikh
2021-11-19 13:30:33 +03:00
committed by TeamCityServer
parent d0d1c8c4b9
commit cf104c8433
176 changed files with 184 additions and 24 deletions
+3
View File
@@ -1,5 +1,8 @@
// TARGET_BACKEND: JVM
// IGNORE_BACKEND_FIR: JVM_IR
// FIR status: V
// Caused by: java.util.NoSuchElementException: Sequence contains no element matching the predicate.
// at org.jetbrains.kotlin.backend.jvm.lower.MappedEnumWhenLowering.visitClassNew(MappedEnumWhenLowering.kt:232)
// FILE: E.java
public enum E {
A();