Rename primitive types to reserved types (#8984)

This commit is contained in:
Daniel Tschinder
2018-11-07 14:50:36 -08:00
committed by Brian Ng
parent 756ded4d64
commit 343f776ca5
16 changed files with 20 additions and 20 deletions

View File

@@ -1,3 +1,3 @@
{
"throws": "Cannot overwrite primitive type string (1:10)"
"throws": "Cannot overwrite reserved type string (1:10)"
}

View File

@@ -1,3 +1,3 @@
{
"throws": "Cannot overwrite primitive type string (1:21)"
"throws": "Cannot overwrite reserved type string (1:21)"
}