tests for decompiled texts: AssertionError -> RuntimeException
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ class ClassWithClassObject {
|
||||
get() = this + 2
|
||||
|
||||
fun <T, K, G> complexFun(a: T, b: K, c: G): G {
|
||||
throw AssertionError()
|
||||
throw RuntimeException()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user