FIR: add status line to all failing black box tests
This commit is contained in:
committed by
TeamCityServer
parent
d0d1c8c4b9
commit
cf104c8433
@@ -1,6 +1,7 @@
|
||||
// WITH_REFLECT
|
||||
// TARGET_BACKEND: JVM
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// FIR status: KotlinNothingValueException from create()
|
||||
|
||||
fun <T : A> create(modelClass: Class<T>): T {
|
||||
return if (modelClass.isAssignableFrom(B::class.java)) {
|
||||
|
||||
Reference in New Issue
Block a user