From 6eb1a72bce041d4fd8519713031894dac3192025 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Tue, 13 Dec 2016 14:58:26 +0100 Subject: New ShortcutImplicits phase Optimizes implicit closures by avoiding closure creation where possible. --- compiler/src/dotty/tools/dotc/config/JavaPlatform.scala | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/src/dotty/tools/dotc/config/JavaPlatform.scala') diff --git a/compiler/src/dotty/tools/dotc/config/JavaPlatform.scala b/compiler/src/dotty/tools/dotc/config/JavaPlatform.scala index a695202d3..b5bfbb39f 100644 --- a/compiler/src/dotty/tools/dotc/config/JavaPlatform.scala +++ b/compiler/src/dotty/tools/dotc/config/JavaPlatform.scala @@ -18,6 +18,7 @@ class JavaPlatform extends Platform { currentClassPath = Some(new PathResolver().result) val cp = currentClassPath.get //println(cp) + //println("------------------") cp } -- cgit v1.2.3