Intention to transform an if an AssertionError throw into an assert

This commit is contained in:
Tal Man
2014-04-20 11:47:50 -04:00
committed by Zalim Bashorov
parent d06b9abd4f
commit f61db2decc
30 changed files with 348 additions and 5 deletions
@@ -0,0 +1,4 @@
// WITH_RUNTIME
fun foo() {
assert(!true, "text")
}