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