Add diagnostics

This commit is contained in:
Tingan Ho 2017-07-30 10:29:30 +02:00
parent b17bd97e71
commit 99c662b5e4

View file

@ -2196,6 +2196,10 @@
"category": "Error",
"code": 2713
},
"Duplicate identifier '_ignoredCatchParameter'. Compiler uses the parameter declaration '_ignoredCatchParameter' to bind ignored catched exceptions.": {
"category": "Error",
"code": 2714
},
"Import declaration '{0}' is using private name '{1}'.": {
"category": "Error",