Minor fix in assert<->if+throw intention description
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
fun foo() {
|
fun foo() {
|
||||||
<spot>if (!true) {
|
<spot>if (!true) {
|
||||||
throw AssertionException("text")
|
throw AssertionError("text")
|
||||||
}</spot>
|
}</spot>
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user