Protection against "<caret>" missing in test data
Many incorrect tests fixed
This commit is contained in:
+1
-1
@@ -2,5 +2,5 @@
|
||||
// ERROR: Unresolved reference: TTT
|
||||
|
||||
fun f(: Int) {
|
||||
val t: TTT = null
|
||||
val t: <caret>TTT = null
|
||||
}
|
||||
Reference in New Issue
Block a user