added two new more specific messages

This commit is contained in:
shyyko.serhiy@gmail.com 2016-01-13 20:18:51 +02:00
parent 5f024a3c9f
commit 5ba47eca86

View file

@ -1775,6 +1775,14 @@
"category": "Error",
"code": 2661
},
"Cannot find name '{0}'. Did you mean to prefix the static member with the class name, '{1}.{0}'?": {
"category": "Error",
"code": 2662
},
"Cannot find name '{0}'. Did you mean to prefix the object member with 'this', 'this.{0}'?": {
"category": "Error",
"code": 2663
},
"Import declaration '{0}' is using private name '{1}'.": {
"category": "Error",
"code": 4000