Fixed tests after adding error checking for intention tests.
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
fun doSomething<T>(a: T) {}
|
||||
|
||||
fun foo() {
|
||||
val a = true
|
||||
val b = false
|
||||
val c = true
|
||||
if (a && b &<caret>& c) {
|
||||
println("test")
|
||||
doSomething("test")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user