Intention to convert assert to an if with throw
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// WITH_RUNTIME
|
||||
fun foo() {
|
||||
if (!bar()) {
|
||||
throw AssertionError("text")
|
||||
}
|
||||
}
|
||||
|
||||
fun bar(): Boolean = true
|
||||
Reference in New Issue
Block a user