From 0c5b42d974fbd3703f29f0232e2c9215e41fb379 Mon Sep 17 00:00:00 2001 From: Som Snytt Date: Fri, 25 Mar 2016 23:53:00 -0700 Subject: SI-9684 Deprecate JavaConversions Implicit conversions are now in package convert as ImplicitConversions, ImplicitConversionsToScala and ImplicitConversionsToJava. Deprecated WrapAsJava, WrapAsScala and the values in package object. Improve documentation. --- test/files/presentation/ide-bug-1000531/src/CrashOnLoad.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/presentation/ide-bug-1000531') diff --git a/test/files/presentation/ide-bug-1000531/src/CrashOnLoad.scala b/test/files/presentation/ide-bug-1000531/src/CrashOnLoad.scala index 3f59282083..25e0a9580f 100644 --- a/test/files/presentation/ide-bug-1000531/src/CrashOnLoad.scala +++ b/test/files/presentation/ide-bug-1000531/src/CrashOnLoad.scala @@ -1,6 +1,6 @@ /** When this files is opened within the IDE, a typing error is reported. */ class A[B] extends TestIterable[B] { - import scala.collection.JavaConversions._ + import collection.convert.ImplicitConversionsToScala._ def iterator: other.TestIterator[Nothing] = ??? iterator./*!*/ -- cgit v1.2.3