We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5fe6f19 + af4dccc commit db4cecaCopy full SHA for db4ceca
src/main/scala/scala/async/internal/AsyncMacro.scala
@@ -36,7 +36,7 @@ private[async] trait AsyncMacro
36
// Have your cake : Scala IDE sees original trees and hyperlinking, etc within async blocks "Just Works"
37
// Eat it too : (domain specific errors like "unsupported use of await"
38
//
39
- // TODO roll this idea back into scala/scala
+ // TODO remove this once we unsupport 2.10.x, scalac 2.11 does this automatically.
40
41
import global.Tree
42
type Suppress = { def suppressMacroExpansion(a: Tree): Tree }
0 commit comments