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