Skip to content

Commit 53a3fe8

Browse files
Merge pull request #6540 from alemannosara/part1
String `f` interpolator macro
2 parents dc62333 + 3e38ef3 commit 53a3fe8

File tree

6 files changed

+1221
-13
lines changed

6 files changed

+1221
-13
lines changed

library/src-2.x/dotty/internal/StringContext.scala renamed to library/src-2.x/dotty/internal/StringContextMacro.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package dotty.internal
22

3-
object StringContext {
3+
object StringContextMacro {
44

55
@forceInline def f(sc: => scala.StringContext)(args: Any*): String =
66
throw new Exception("non-boostrapped library")

0 commit comments

Comments
 (0)