Provide kotlin.AssertionError in kotlin-stdlib-common
Remove related workarounds from kotlin-test-common
This commit is contained in:
@@ -11,7 +11,4 @@ class DefaultAsserter() : Asserter {
|
||||
else
|
||||
throw AssertionError(message)
|
||||
}
|
||||
}
|
||||
|
||||
header fun AssertionError(message: String): Throwable
|
||||
header fun AssertionError(): Throwable
|
||||
}
|
||||
Reference in New Issue
Block a user