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, c: Boolean) {
|
||||
fun foo(a: Boolean, b: Boolean, c: Boolean): Boolean {
|
||||
return <caret>!(a && b) || !(a || c)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user