From 31d299451204fe7feddb392f54d2fc2d6463fe2e Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Fri, 31 Oct 2014 17:20:50 +0100 Subject: First version of mixin transform. Needs adaptations in getters/setters before it can be tested. --- src/dotty/tools/dotc/core/StdNames.scala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/dotty/tools/dotc/core/StdNames.scala') diff --git a/src/dotty/tools/dotc/core/StdNames.scala b/src/dotty/tools/dotc/core/StdNames.scala index 99290f084..80b9a7c37 100644 --- a/src/dotty/tools/dotc/core/StdNames.scala +++ b/src/dotty/tools/dotc/core/StdNames.scala @@ -121,7 +121,8 @@ object StdNames { val SUPER_PREFIX: N = "super$" val TRAIT_SETTER_PREFIX: N = "_setter_$" val WHILE_PREFIX: N = "while$" - val DEFAULT_EXCEPTION_NAME: N = "ex$" + val DEFAULT_EXCEPTION_NAME: N = "ex$" + val INITIALIZER_PREFIX: N = "initial$" // value types (and AnyRef) are all used as terms as well // as (at least) arguments to the @specialize annotation. -- cgit v1.2.3