[NI-MIGRATE] Update diagnostic messages

This commit is contained in:
Mikhail Zarechenskiy
2020-02-10 01:17:03 +03:00
parent cd0012c527
commit 319a38bd5c
38 changed files with 123 additions and 52 deletions
+2 -5
View File
@@ -3,9 +3,6 @@ error: unresolved reference: unresolved
(listOf(1) as List<String>).unresolved()
^
>>> listOf<String>(1!!)
error: the integer literal does not conform to the expected type String?
error: type mismatch: inferred type is IntegerLiteralType[Int,Long,Byte,Short] but String was expected
listOf<String>(1!!)
^
error: type mismatch: inferred type is Int but String was expected
listOf<String>(1!!)
^
^