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