[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,4 +1,5 @@
// "Create function 'foo'" "true"
// COMPILER_ARGUMENTS: -XXLanguage:-NewInference
fun <T> run(f: () -> T) = f()