Skip to content

Commit

Permalink
Added a key comment.
Browse files Browse the repository at this point in the history
The commit message from f4d2678 works a lot better up close
and personal with the change.
  • Loading branch information
paulp committed Jun 23, 2012
1 parent e0761b4 commit bb0f5d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/compiler/scala/tools/nsc/ast/parser/Parsers.scala
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,9 @@ self =>
final val InBlock = 1
final val InTemplate = 2

lazy val ScalaValueClassNames = Seq(tpnme.AnyVal,
// These symbols may not yet be loaded (e.g. in the ide) so don't go
// through definitions to obtain the names.
lazy val ScalaValueClassNames = Seq(tpnme.AnyVal,
tpnme.Unit,
tpnme.Boolean,
tpnme.Byte,
Expand Down

0 comments on commit bb0f5d9

Please sign in to comment.