aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2016-09-25 17:34:36 +0200
committerMartin Odersky <odersky@gmail.com>2016-09-25 17:34:36 +0200
commitbb224fb4feb0f50dd99a80818ee76144e5b874ab (patch)
tree11af2820570bc6075fb84a9302bb4102b36febda /docs
parent9ede23872f1f03576c61a224703b9f0443f614b4 (diff)
downloaddotty-bb224fb4feb0f50dd99a80818ee76144e5b874ab.tar.gz
dotty-bb224fb4feb0f50dd99a80818ee76144e5b874ab.tar.bz2
dotty-bb224fb4feb0f50dd99a80818ee76144e5b874ab.zip
Eliminate SelectFromTypeTree from docs
Diffstat (limited to 'docs')
-rw-r--r--docs/SyntaxSummary.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/SyntaxSummary.txt b/docs/SyntaxSummary.txt
index f07335d1d..6c83c71ab 100644
--- a/docs/SyntaxSummary.txt
+++ b/docs/SyntaxSummary.txt
@@ -105,7 +105,7 @@ grammar.
WithType ::= AnnotType {`with' AnnotType} (deprecated)
AnnotType ::= SimpleType {Annotation} Annotated(t, annot)
SimpleType ::= SimpleType (TypeArgs | NamedTypeArgs) AppliedTypeTree(t, args)
- | SimpleType `#' id SelectFromTypeTree(t, name)
+ | SimpleType `#' id Select(t, name)
| StableId
| Path `.' `type' SingletonTypeTree(p)
| `(' ArgTypes ')' Tuple(ts)