Provide kotlin.AssertionError in kotlin-stdlib-common

Remove related workarounds from kotlin-test-common
This commit is contained in:
Ilya Gorbunov
2017-03-24 21:32:33 +03:00
parent 5c0110850d
commit 609355a311
4 changed files with 7 additions and 29 deletions
@@ -1,4 +0,0 @@
package kotlin.test
impl fun AssertionError(message: String): Throwable = kotlin.AssertionError(message)
impl fun AssertionError(): Throwable = kotlin.AssertionError()