Remove the compiler diag 1360 after it got missed in #35751 (#36332)

This commit is contained in:
Orta 2020-01-21 11:54:48 -05:00 committed by GitHub
parent d2c5d54242
commit f588c78aab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1055,10 +1055,6 @@
"category": "Error",
"code": 1359
},
"Did you mean to parenthesize this function type?": {
"category": "Error",
"code": 1360
},
"Type-only {0} must reference a type, but '{1}' is a value.": {
"category": "Error",
"code": 1361