Update testData after changes in diagnostics

This commit is contained in:
Dmitry Petrov
2017-05-26 10:26:30 +03:00
parent 2c83718452
commit c83b764c73
89 changed files with 91 additions and 91 deletions
@@ -1,4 +1,4 @@
// "Create type parameter in class 'X'" "false"
// ERROR: 2 type arguments expected for class X<T, U> defined in root package
// ERROR: 2 type arguments expected for class X<T, U> defined in root package in file missingArguments.kt
class X<T, U>
fun Y(x: X<<caret>String>) {}
@@ -1,5 +1,5 @@
// "Create type parameter in class 'X'" "false"
// ERROR: No type arguments expected for class X defined in root package
// ERROR: No type arguments expected for class X defined in root package in file notOnTypeArgumentList.kt
class X