Minor fix in assert<->if+throw intention description

This commit is contained in:
Alexander Udalov
2014-04-17 03:20:14 +04:00
parent 23922c1387
commit 3b7c743acc
@@ -1,5 +1,5 @@
fun foo() { fun foo() {
<spot>if (!true) { <spot>if (!true) {
throw AssertionException("text") throw AssertionError("text")
}</spot> }</spot>
} }