[IDE-NI-MIGRATE] Migrate QuickFix tests for new inference
This commit is contained in:
+1
@@ -5,5 +5,6 @@
|
||||
// ACTION: Replace with safe (this?.) call
|
||||
// ACTION: Wrap with '?.let { ... }' call
|
||||
// ERROR: Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type String?
|
||||
// COMPILER_ARGUMENTS: -XXLanguage:-NewInference
|
||||
|
||||
fun String?.foo(exec: (String.() -> Unit)) = exec<caret>()
|
||||
Reference in New Issue
Block a user