Skip to content

Commit b44b0f4

Browse files
authored
Correct grammar rule for <typeNotVoidNotFunction> to allow import prefix on Function (#3492)
1 parent 8cb002f commit b44b0f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/dartLangSpec.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20756,7 +20756,7 @@ \subsection{Static Types}
2075620756
\alt <typeNotVoidNotFunction> `?'?
2075720757

2075820758
<typeNotVoidNotFunction> ::= <typeName> <typeArguments>?
20759-
\alt \FUNCTION{}
20759+
\alt (<typeIdentifier> '.')? \FUNCTION{}
2076020760

2076120761
<typeName> ::= <typeIdentifier> (`.' <typeIdentifier>)?
2076220762

0 commit comments

Comments
 (0)