Skip to content

Commit a46e6e2

Browse files
committed
Remove deprecated scala.internal.Quoted
1 parent c4a3de4 commit a46e6e2

File tree

3 files changed

+0
-54
lines changed

3 files changed

+0
-54
lines changed

library/src/scala/internal/Quoted.scala

Lines changed: 0 additions & 50 deletions
This file was deleted.

tests/run-macros/quote-type-matcher-2/quoted_2.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11

22
import Macros._
33

4-
import scala.internal.Quoted._
5-
64
object Test {
75

86
def main(args: Array[String]): Unit = {

tests/run-macros/quote-type-matcher/quoted_2.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11

22
import Macros._
33

4-
import scala.internal.Quoted._
5-
64
object Test {
75

86
def main(args: Array[String]): Unit = {

0 commit comments

Comments
 (0)