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

This commit is contained in:
Mikhail Zarechenskiy
2019-05-06 04:07:10 +03:00
parent d4d1648e1d
commit c03dfd1522
12 changed files with 27 additions and 0 deletions
@@ -1,3 +1,5 @@
// COMPILER_ARGUMENTS: -XXLanguage:-NewInference
fun foo(p: Int) {
"abc".fold(1) { <caret> }
}