Improve message clarity for WRONG_NUMBER_OF_TYPE_ARGUMENTS diagnostics

#KT-9887 Fixed
This commit is contained in:
Pavel V. Talanov
2016-03-10 14:17:28 +03:00
parent d6cd46e079
commit 7de171efda
23 changed files with 75 additions and 40 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
// "Make 'IterablePipeline' abstract" "true"
// ERROR: 'pipe' overrides nothing
// ERROR: Type argument expected
// ERROR: One type argument expected for interface Pipeline<TPipeline> defined in root package
// Actually this test is about getting rid of assertion happenning while creating quick fixes
// See KT-10409
+1 -1
View File
@@ -1,6 +1,6 @@
// "Make 'IterablePipeline' abstract" "true"
// ERROR: 'pipe' overrides nothing
// ERROR: Type argument expected
// ERROR: One type argument expected for interface Pipeline<TPipeline> defined in root package
// Actually this test is about getting rid of assertion happenning while creating quick fixes
// See KT-10409