Scala嵌套的隐式类型参数
答
以下方法签名被翻译成:
implicit def stringToExpression(string: String)(implicit t: TyperCaster[T], nv: Types[NonValidable]#DoesNotContain[T], ct: ClassTag[T]) = string.el
#
在此上下文中是用来指内DoesNotContain[T]
类Type Projection。