aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/core/tasty
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2017-03-31 14:17:16 +0200
committerMartin Odersky <odersky@gmail.com>2017-04-11 09:33:12 +0200
commita3f6ca5a5cd96e17d2f9a9c5187f45ff02b5dd61 (patch)
tree5c6180be4cb80978555ebe99ac0f00837e77e70f /compiler/src/dotty/tools/dotc/core/tasty
parente3e5e79e24503a2e6be7f708d81c27068664b893 (diff)
downloaddotty-a3f6ca5a5cd96e17d2f9a9c5187f45ff02b5dd61.tar.gz
dotty-a3f6ca5a5cd96e17d2f9a9c5187f45ff02b5dd61.tar.bz2
dotty-a3f6ca5a5cd96e17d2f9a9c5187f45ff02b5dd61.zip
Make module var names semantic
Diffstat (limited to 'compiler/src/dotty/tools/dotc/core/tasty')
-rw-r--r--compiler/src/dotty/tools/dotc/core/tasty/TastyFormat.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/src/dotty/tools/dotc/core/tasty/TastyFormat.scala b/compiler/src/dotty/tools/dotc/core/tasty/TastyFormat.scala
index d1997376d..04550f188 100644
--- a/compiler/src/dotty/tools/dotc/core/tasty/TastyFormat.scala
+++ b/compiler/src/dotty/tools/dotc/core/tasty/TastyFormat.scala
@@ -238,6 +238,7 @@ object TastyFormat {
final val DIRECT = 31
final val FIELD = 32
final val SETTER = 33
+ final val OBJECTVAR = 39
final val OBJECTCLASS = 40
final val SIGNED = 63