aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/core/StdNames.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2017-03-24 19:15:51 +0100
committerMartin Odersky <odersky@gmail.com>2017-04-11 09:33:10 +0200
commit0755ec28d22798c51aedf45e4dcdf1ed299c2aa5 (patch)
tree06b8b8f94005a9380d76c42880239fe282be268b /compiler/src/dotty/tools/dotc/core/StdNames.scala
parent0ad1cd816bc1537ad332addabb0ff6c293e3e0a0 (diff)
downloaddotty-0755ec28d22798c51aedf45e4dcdf1ed299c2aa5.tar.gz
dotty-0755ec28d22798c51aedf45e4dcdf1ed299c2aa5.tar.bz2
dotty-0755ec28d22798c51aedf45e4dcdf1ed299c2aa5.zip
Add Variant NameInfo
Plus further bug fixes.
Diffstat (limited to 'compiler/src/dotty/tools/dotc/core/StdNames.scala')
-rw-r--r--compiler/src/dotty/tools/dotc/core/StdNames.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/src/dotty/tools/dotc/core/StdNames.scala b/compiler/src/dotty/tools/dotc/core/StdNames.scala
index 1a65556ba..e5e2165ce 100644
--- a/compiler/src/dotty/tools/dotc/core/StdNames.scala
+++ b/compiler/src/dotty/tools/dotc/core/StdNames.scala
@@ -548,7 +548,7 @@ object StdNames {
val nothingClass: N = "Nothing$"
val nullClass: N = "Null$"
-
+
val falseModuleClassNames = Set(nothingClass, nullClass, nothingRuntimeClass, nullRuntimeClass)
// unencoded operators