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