Provide kotlin.AssertionError in kotlin-stdlib-common
Remove related workarounds from kotlin-test-common
This commit is contained in:
@@ -58,6 +58,12 @@ open header class UnsupportedOperationException : RuntimeException {
|
||||
constructor(message: String)
|
||||
}
|
||||
|
||||
// TODO: Provide typealias impl in stdlib-jvm
|
||||
open header class AssertionError : Error {
|
||||
constructor()
|
||||
constructor(message: String)
|
||||
}
|
||||
|
||||
|
||||
header interface Comparator<T> {
|
||||
fun compare(a: T, b: T): Int
|
||||
|
||||
Reference in New Issue
Block a user