[Test] Check that FIR tree does not contain stub types and type variable types after resolution
This commit is contained in:
committed by
Space Team
parent
20045ac0dc
commit
097a86deb5
@@ -49,7 +49,12 @@ abstract class Assertions {
|
||||
return collection.joinToString("\n")
|
||||
}
|
||||
|
||||
abstract fun assertAll(exceptions: List<Throwable>)
|
||||
abstract fun failAll(exceptions: List<Throwable>)
|
||||
abstract fun assertAll(conditions: List<() -> Unit>)
|
||||
|
||||
fun assertAll(vararg conditions: () -> Unit) {
|
||||
assertAll(conditions.toList())
|
||||
}
|
||||
|
||||
abstract fun fail(message: () -> String): Nothing
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user