mirror of https://github.com/sbt/sbt.git
Call non-deprecated isRawType instead of isRaw
This commit is contained in:
parent
1aa6215191
commit
070a87dda4
|
|
@ -350,7 +350,7 @@ final class API(val global: CallbackGlobal) extends Compat
|
|||
case tr @ TypeRef(pre, sym, args) =>
|
||||
val base = projectionType(in, pre, sym)
|
||||
if(args.isEmpty)
|
||||
if(isRaw(sym, args))
|
||||
if(isRawType(tr))
|
||||
processType(in, rawToExistential(tr))
|
||||
else
|
||||
base
|
||||
|
|
|
|||
Loading…
Reference in New Issue