Skip to content

Commit 0f76d70

Browse files
authored
Merge pull request #9968 from dotty-staging/remove-deprecated-alias
remove deprecated scala.implicits.Not alias
2 parents 17f7558 + 927eeed commit 0f76d70

File tree

5 files changed

+4
-10
lines changed

5 files changed

+4
-10
lines changed

library/src/scala/implicits/package.scala

-6
This file was deleted.

tests/neg/i5234a.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
object Test {
2-
import implicits.Not
2+
import scala.util.Not
33

44
class Foo
55
class Bar

tests/neg/i5234c.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
object Test {
2-
import implicits.Not
2+
import scala.util.Not
33

44
class Foo
55
implicit def foo: Foo = ???

tests/run/i3396.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import implicits.Not
1+
import scala.util.Not
22

33
object Test {
44

0 commit comments

Comments
 (0)