Simplify diagnostic when there are wrong number of type arguments
#KT-12767 Fixed
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
// "Make 'IterablePipeline' abstract" "true"
|
||||
// ERROR: 'pipe' overrides nothing
|
||||
// ERROR: One type argument expected for interface Pipeline<TPipeline> defined in root package in file kt10409.kt
|
||||
// ERROR: One type argument expected for interface Pipeline<TPipeline>
|
||||
|
||||
// Actually this test is about getting rid of assertion happenning while creating quick fixes
|
||||
// See KT-10409
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
// "Make 'IterablePipeline' abstract" "true"
|
||||
// ERROR: 'pipe' overrides nothing
|
||||
// ERROR: One type argument expected for interface Pipeline<TPipeline> defined in root package in file kt10409.kt
|
||||
// ERROR: One type argument expected for interface Pipeline<TPipeline>
|
||||
|
||||
// Actually this test is about getting rid of assertion happenning while creating quick fixes
|
||||
// See KT-10409
|
||||
|
||||
Reference in New Issue
Block a user