aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/ast/Trees.scala
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2016-09-28 11:41:36 +0200
committerFelix Mulder <felix.mulder@gmail.com>2016-10-10 13:25:36 +0200
commitf7b8980fad5adb20e9a420a16f5b3416927dccbc (patch)
treee24ca2ae0b0c19660d0f096b00dadef0eb010b64 /src/dotty/tools/dotc/ast/Trees.scala
parent18d63fe71ebc80bc8e111dbb20b6b0ea1f3700af (diff)
downloaddotty-f7b8980fad5adb20e9a420a16f5b3416927dccbc.tar.gz
dotty-f7b8980fad5adb20e9a420a16f5b3416927dccbc.tar.bz2
dotty-f7b8980fad5adb20e9a420a16f5b3416927dccbc.zip
Improve documentation for message framework
Diffstat (limited to 'src/dotty/tools/dotc/ast/Trees.scala')
-rw-r--r--src/dotty/tools/dotc/ast/Trees.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dotty/tools/dotc/ast/Trees.scala b/src/dotty/tools/dotc/ast/Trees.scala
index 70701ecd7..0f9198b79 100644
--- a/src/dotty/tools/dotc/ast/Trees.scala
+++ b/src/dotty/tools/dotc/ast/Trees.scala
@@ -3,8 +3,8 @@ package dotc
package ast
import core._
-import Types._, Names._, Flags._, util.Positions._, Contexts._, Constants._, SymDenotations._, Symbols._
-import Denotations._, StdNames._, Comments._
+import Types._, Names._, Flags._, util.Positions._, Contexts._, Constants._
+import SymDenotations._, Symbols._, Denotations._, StdNames._, Comments._
import annotation.tailrec
import language.higherKinds
import collection.IndexedSeqOptimized