Skip to content

Commit 633696a

Browse files
Merge pull request #7178 from dotty-staging/remove-tasty-util-chars
Remove scala.tasty.util.Chars
2 parents e905fb2 + f58f097 commit 633696a

File tree

3 files changed

+0
-117
lines changed

3 files changed

+0
-117
lines changed

library/src/scala/tasty/util/Chars.scala

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

tests/run-macros/tasty-extractors-constants-1/quoted_1.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ import given scala.quoted.autolift._
33

44
import scala.quoted.matching._
55

6-
import scala.tasty.util._
7-
86
object Macros {
97

108
implicit inline def testMacro: Unit = ${impl}

tests/run-staging/tasty-extractors-constants-2/quoted_1.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ import scala.quoted._
22
import scala.quoted.staging._
33
import given scala.quoted.autolift._
44

5-
import scala.tasty.util._
6-
75
object Macros {
86

97
inline def testMacro: Unit = ${impl}

0 commit comments

Comments
 (0)