You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
c.abort(c.macroApplication.pos, "-Xasync is provided as a Scala compiler option, but the async macro is unable to call c.internal.markForAsyncTransform. "+ e.getClass.getName +""+ e.getMessage)
79
+
t
80
+
}
78
81
}
79
82
valname=TypeName("stateMachine$async")
80
83
q"""
@@ -84,9 +87,6 @@ object Async {
84
87
}
85
88
new $name().start() : ${c.macroApplication.tpe}
86
89
"""
87
-
} catch {
88
-
casee: ReflectiveOperationException=>
89
-
c.abort(c.macroApplication.pos, "-Xasync is provided as a Scala compiler option, but the async macro is unable to call c.internal.markForAsyncTransform. "+ e.getClass.getName +""+ e.getMessage)
0 commit comments