Protection against "<caret>" missing in test data
Many incorrect tests fixed
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
|
||||
enum class E {
|
||||
A {
|
||||
fun foo(): String?? = null
|
||||
fun foo(): String??<caret> = null
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user