diff --git a/grammar/src/types.grm b/grammar/src/types.grm index 9d41878a3a0..1dde86e2822 100644 --- a/grammar/src/types.grm +++ b/grammar/src/types.grm @@ -10,10 +10,7 @@ Foo, T, Object> // user type */ type - : userType - : functionType - : tupleType - : attributes type + : attributes (userType | functionType | tupleType) ; userType