File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
commons-macros/src/main/scala/com/avsystem/commons/macros/rpc Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ class RPCFrameworkMacros(ctx: blackbox.Context) extends AbstractMacroCommons(ctx
9
9
10
10
import c .universe ._
11
11
12
- val RpcPackage = q " $CommonsPackage.rpc "
13
12
val FrameworkObj = c.prefix.tree
13
+ val RpcPackage = q " $CommonsPackage.rpc "
14
14
val RunNowEC = q " $CommonsPackage.concurrent.RunNowEC "
15
15
val RawRPCCls = tq " $FrameworkObj.RawRPC "
16
16
val AsRawRPCObj = q " $FrameworkObj.AsRawRPC "
@@ -33,7 +33,7 @@ class RPCFrameworkMacros(ctx: blackbox.Context) extends AbstractMacroCommons(ctx
33
33
lazy val RawValueLLType = getType(ArgListsCls )
34
34
lazy val RawRPCType = getType(RawRPCCls )
35
35
lazy val RawRPCSym = RawRPCType .typeSymbol
36
- lazy val RPCCompanionSym = getType( tq " $RPCFrameworkType # RPCCompanion[_] " ).typeSymbol
36
+ lazy val RPCCompanionSym = RPCFrameworkType .member( TypeName ( " RPCCompanion" ))
37
37
38
38
def allAnnotations (tpe : Type ): List [Annotation ] = {
39
39
val ts = tpe.typeSymbol
You can’t perform that action at this time.
0 commit comments