Improve message clarity for WRONG_NUMBER_OF_TYPE_ARGUMENTS diagnostics
#KT-9887 Fixed
Original commit: 7de171efda
This commit is contained in:
+4
-4
@@ -51,16 +51,16 @@ End of files
|
|||||||
Exit code: ABORT
|
Exit code: ABORT
|
||||||
------------------------------------------
|
------------------------------------------
|
||||||
COMPILATION FAILED
|
COMPILATION FAILED
|
||||||
Type argument expected
|
One type argument expected for class A<T> defined in foo
|
||||||
Type argument expected
|
One type argument expected for class A<T> defined in foo
|
||||||
Type argument expected
|
One type argument expected for class A<T> defined in foo
|
||||||
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.
|
||||||
Type argument expected
|
One type argument expected for class A<T> defined in foo
|
||||||
|
|
||||||
================ Step #2 =================
|
================ Step #2 =================
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user