[IDE-NI-MIGRATE] [BAD] Migrate testdata of LocalInspection tests
This commit is contained in:
committed by
Mikhail Zarechenskiy
parent
17df843bf1
commit
05aa36a858
@@ -1,6 +1,8 @@
|
||||
// PROBLEM: none
|
||||
// WITH_RUNTIME
|
||||
// ERROR: Type mismatch: inferred type is List<Any> but List<String> was expected
|
||||
// COMPILER_ARGUMENTS: -XXLanguage:-NewInference
|
||||
|
||||
fun test() {
|
||||
var list = listOf("")
|
||||
list <caret>+= 1
|
||||
|
||||
Reference in New Issue
Block a user