From 3c7a8eada3630989b07bd3022797fd42a3b8cfcc Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Wed, 13 Mar 2013 14:11:44 +0100 Subject: Various fixes to get past Definitions#init. --- src/dotty/tools/io/ClassPath.scala | 1 + 1 file changed, 1 insertion(+) (limited to 'src/dotty/tools/io/ClassPath.scala') diff --git a/src/dotty/tools/io/ClassPath.scala b/src/dotty/tools/io/ClassPath.scala index 83a7703f4..9e44cc15c 100644 --- a/src/dotty/tools/io/ClassPath.scala +++ b/src/dotty/tools/io/ClassPath.scala @@ -15,6 +15,7 @@ import Jar.isJarOrZip import ClassPath._ import scala.Option.option2Iterable import scala.reflect.io.Path.string2path +import language.postfixOps /**

* This module provides star expansion of '-classpath' option arguments, behaves the same as -- cgit v1.2.3