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 @@ -150,7 +150,7 @@ case class StringContext(parts: String*) {
150
150
*/
151
151
// The implementation is hardwired to `scala.tools.reflect.MacroImplementations.macro_StringInterpolation_f`
152
152
// Using the mechanism implemented in `scala.tools.reflect.FastTrack`
153
- def f [A >: Any ](args : A * ): String = macro ???
153
+ def f [A >: Any ](args : A * ): String = ???
154
154
}
155
155
156
156
object StringContext {
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ package object reflect {
60
60
// implementation is hardwired into `scala.reflect.reify.Taggers`
61
61
// using the mechanism implemented in `scala.tools.reflect.FastTrack`
62
62
// todo. once we have implicit macros for tag generation, we can remove this anchor
63
- private [scala] def materializeClassTag [T ](): ClassTag [T ] = macro ???
63
+ private [scala] def materializeClassTag [T ](): ClassTag [T ] = ???
64
64
}
65
65
66
66
/** An exception that indicates an error during Scala reflection */
You can’t perform that action at this time.
0 commit comments