Fixed tests after adding error checking for intention tests.
This commit is contained in:
+2
-2
@@ -1,3 +1,3 @@
|
||||
fun foo(a: Boolean, b: Boolean) {
|
||||
fun foo(a: Boolean, b: Boolean): Boolean {
|
||||
return (<caret>!a && !b)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user