From 868a6a1025781eeac3eb884040639119542b3f49 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Mon, 3 Apr 2017 17:35:21 +0200 Subject: Make extension method names semantic --- compiler/src/dotty/tools/dotc/core/tasty/TastyFormat.scala | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/src/dotty/tools/dotc/core/tasty') 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 -- cgit v1.2.3