[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 member function 'A.invoke'" "true"
// COMPILER_ARGUMENTS: -XXLanguage:-NewInference
class A<T>(val n: T)
@@ -1,4 +1,5 @@
// "Create member function 'A.invoke'" "true"
// COMPILER_ARGUMENTS: -XXLanguage:-NewInference
class A<T>(val n: T) {
operator fun invoke(abc: T, ghi: A<T>, def: String): A<T> {