[NI] Update test data for diagnostic tests
This commit is contained in:
Vendored
+1
-1
@@ -10,6 +10,6 @@ fun <T> T.testThis(): String {
|
|||||||
if (this != null) {
|
if (this != null) {
|
||||||
return this<!UNNECESSARY_NOT_NULL_ASSERTION!>!!<!>.toString()
|
return this<!UNNECESSARY_NOT_NULL_ASSERTION!>!!<!>.toString()
|
||||||
}
|
}
|
||||||
<!NI;UNREACHABLE_CODE!>return<!> this!!<!NI;UNREACHABLE_CODE!>.toString()<!>
|
return this!!.toString()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user