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