aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2014-01-14 14:56:00 +0100
committerJason Zaugg <jzaugg@gmail.com>2014-01-14 14:56:00 +0100
commitaf4dccc6900f7b2970420c2de9b398f102af2ef3 (patch)
tree795fe65ccff312e0715c2c60cba1d3ffb420ef11
parent0c2d2fa6e710655f5a15fe98d8b6b049d0b77065 (diff)
downloadscala-async-af4dccc6900f7b2970420c2de9b398f102af2ef3.tar.gz
scala-async-af4dccc6900f7b2970420c2de9b398f102af2ef3.tar.bz2
scala-async-af4dccc6900f7b2970420c2de9b398f102af2ef3.zip
Update TODO comment about pres. compiler friendliness.
-rw-r--r--src/main/scala/scala/async/internal/AsyncMacro.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/scala/scala/async/internal/AsyncMacro.scala b/src/main/scala/scala/async/internal/AsyncMacro.scala
index 79f544c..e3400b4 100644
--- a/src/main/scala/scala/async/internal/AsyncMacro.scala
+++ b/src/main/scala/scala/async/internal/AsyncMacro.scala
@@ -36,7 +36,7 @@ private[async] trait AsyncMacro
// Have your cake : Scala IDE sees original trees and hyperlinking, etc within async blocks "Just Works"
// Eat it too : (domain specific errors like "unsupported use of await"
//
- // TODO roll this idea back into scala/scala
+ // TODO remove this once we unsupport 2.10.x, scalac 2.11 does this automatically.
import global.Tree
type Suppress = { def suppressMacroExpansion(a: Tree): Tree }