summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sources/scalac/backend/Primitives.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/scalac/backend/Primitives.java b/sources/scalac/backend/Primitives.java
index 60a7e086d0..a4c084b118 100644
--- a/sources/scalac/backend/Primitives.java
+++ b/sources/scalac/backend/Primitives.java
@@ -319,7 +319,7 @@ public class Primitives {
this.definitions = global.definitions;
this.primitives = new HashMap();
this.jreNameWriter = new SymbolNameWriter().setClassSeparator('$');
- this.clrNameWriter = new SymbolNameWriter().setNameDecoding(true);
+ this.clrNameWriter = new SymbolNameWriter().setNameDecoding(false/*true*/);
this.RUNTIME = definitions.getModule(Names.scala_runtime_RunTime);
this.NEW_ZARRAY = getUniqueTerm(RUNTIME, ZARRAY_N);
this.NEW_BARRAY = getUniqueTerm(RUNTIME, BARRAY_N);