Protection against "<caret>" missing in test data
Many incorrect tests fixed
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
// IS_APPLICABLE: false
|
||||
fun main(args: Array<String>) {
|
||||
val foo: String? = "foo"
|
||||
if (foo == null) {
|
||||
<caret>if (foo == null) {
|
||||
null
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user