Skip to content

Commit 5ad626e

Browse files
authored
Merge pull request #8123 from dotty-staging/remove-deprecated-internal-quoted
Remove deprecated scala.internal.Quoted
2 parents 453591f + a46e6e2 commit 5ad626e

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)