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