Protection against "<caret>" missing in test data
Many incorrect tests fixed
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
fun <T> doSomething(a: T) {}
|
||||
|
||||
fun main(x: Int) {
|
||||
if (x !in 5..6) {
|
||||
if (x <caret>!in 5..6) {
|
||||
doSomething("test")
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
fun <T> doSomething(a: T) {}
|
||||
|
||||
fun main(x: Int) {
|
||||
if (x !is Int) {
|
||||
if (x <caret>!is Int) {
|
||||
doSomething("test")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user