File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ case class StringContext(parts: String*) {
154
154
*/
155
155
// The implementation is hardwired to `scala.tools.reflect.MacroImplementations.macro_StringInterpolation_f`
156
156
// Using the mechanism implemented in `scala.tools.reflect.FastTrack`
157
- def f [A >: Any ](args : A * ): String = macro ???
157
+ def f [A >: Any ](args : A * ): String = ???
158
158
}
159
159
160
160
object StringContext {
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ package object reflect {
72
72
// implementation is hardwired into `scala.reflect.reify.Taggers`
73
73
// using the mechanism implemented in `scala.tools.reflect.FastTrack`
74
74
// todo. once we have implicit macros for tag generation, we can remove this anchor
75
- private [scala] def materializeClassTag [T ](): ClassTag [T ] = macro ???
75
+ private [scala] def materializeClassTag [T ](): ClassTag [T ] = ???
76
76
}
77
77
78
78
/** An exception that indicates an error during Scala reflection */
You can’t perform that action at this time.
0 commit comments