Simplify diagnostic when there are wrong number of type arguments
#KT-12767 Fixed
Original commit: ee173077c0
This commit is contained in:
+4
-4
@@ -51,16 +51,16 @@ End of files
|
|||||||
Exit code: ABORT
|
Exit code: ABORT
|
||||||
------------------------------------------
|
------------------------------------------
|
||||||
COMPILATION FAILED
|
COMPILATION FAILED
|
||||||
One type argument expected for class A<T> defined in foo
|
One type argument expected for class A<T>
|
||||||
One type argument expected for class A<T> defined in foo
|
One type argument expected for class A<T>
|
||||||
One type argument expected for class A<T> defined in foo
|
One type argument expected for class A<T>
|
||||||
Type inference failed: Not enough information to infer parameter T in constructor A<T>()
|
Type inference failed: Not enough information to infer parameter T in constructor A<T>()
|
||||||
Please specify it explicitly.
|
Please specify it explicitly.
|
||||||
Type inference failed: Not enough information to infer parameter T in constructor A<T>()
|
Type inference failed: Not enough information to infer parameter T in constructor A<T>()
|
||||||
Please specify it explicitly.
|
Please specify it explicitly.
|
||||||
Type inference failed: Not enough information to infer parameter T in constructor A<T>()
|
Type inference failed: Not enough information to infer parameter T in constructor A<T>()
|
||||||
Please specify it explicitly.
|
Please specify it explicitly.
|
||||||
One type argument expected for class A<T> defined in foo
|
One type argument expected for class A<T>
|
||||||
|
|
||||||
================ Step #2 =================
|
================ Step #2 =================
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user