mirror of
https://github.com/sbt/sbt.git
synced 2026-09-06 01:26:55 +02:00
specify explicit type to work around 2.11 volatile override error
This commit is contained in:
@@ -60,7 +60,7 @@ object KListBuilder extends TupleBuilder
|
||||
val representationC = PolyType(tcVariable :: Nil, klistType)
|
||||
val resultType = appliedType(representationC, idTC :: Nil)
|
||||
val input = klist
|
||||
val alistInstance = TypeApply(select(Ident(alist), "klist"), TypeTree(representationC) :: Nil)
|
||||
val alistInstance: ctx.universe.Tree = TypeApply(select(Ident(alist), "klist"), TypeTree(representationC) :: Nil)
|
||||
def extract(param: ValDef) = bindKList(param, Nil, inputs.map(_.local))
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user