aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/core/tasty
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2017-04-03 17:35:21 +0200
committerMartin Odersky <odersky@gmail.com>2017-04-11 09:33:12 +0200
commit868a6a1025781eeac3eb884040639119542b3f49 (patch)
tree813b2acd02adf8709a38825858a7bbb0941bd63c /compiler/src/dotty/tools/dotc/core/tasty
parentd0efabf2817468c248db8a2a6d5a6c0b58747867 (diff)
downloaddotty-868a6a1025781eeac3eb884040639119542b3f49.tar.gz
dotty-868a6a1025781eeac3eb884040639119542b3f49.tar.bz2
dotty-868a6a1025781eeac3eb884040639119542b3f49.zip
Make extension method 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 68c5bf10e..f03e279c6 100644
--- a/compiler/src/dotty/tools/dotc/core/tasty/TastyFormat.scala
+++ b/compiler/src/dotty/tools/dotc/core/tasty/TastyFormat.scala
@@ -240,6 +240,7 @@ object TastyFormat {
final val DIRECT = 31
final val FIELD = 32
final val SETTER = 33
+ final val EXTMETH = 34
final val OBJECTVAR = 39
final val OBJECTCLASS = 40