Skip to content

Commit af4dccc

Browse files
committed
Update TODO comment about pres. compiler friendliness.
1 parent 0c2d2fa commit af4dccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/scala/async/internal/AsyncMacro.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ private[async] trait AsyncMacro
3636
// Have your cake : Scala IDE sees original trees and hyperlinking, etc within async blocks "Just Works"
3737
// Eat it too : (domain specific errors like "unsupported use of await"
3838
//
39-
// TODO roll this idea back into scala/scala
39+
// TODO remove this once we unsupport 2.10.x, scalac 2.11 does this automatically.
4040

4141
import global.Tree
4242
type Suppress = { def suppressMacroExpansion(a: Tree): Tree }

0 commit comments

Comments
 (0)