[IDE-NI-MIGRATE] Migrate QuickFix tests for new inference

This commit is contained in:
Mikhail Zarechenskiy
2019-05-06 03:35:54 +03:00
parent 871925ba31
commit d4d1648e1d
71 changed files with 77 additions and 1 deletions
@@ -1,6 +1,7 @@
// FILE: first.before.kt
// "Import" "true"
// ERROR: 'operator' modifier is required on 'get' in 'some.Some'
// COMPILER_ARGUMENTS: -XXLanguage:-NewInference
package testing
@@ -28,6 +29,7 @@ operator fun Some.get(s: String) {}
// FILE: first.after.kt
// "Import" "true"
// ERROR: 'operator' modifier is required on 'get' in 'some.Some'
// COMPILER_ARGUMENTS: -XXLanguage:-NewInference
package testing