Call non-deprecated isRawType instead of isRaw

This commit is contained in:
Mark Harrah 2013-01-16 10:26:32 -05:00
parent 1aa6215191
commit 070a87dda4
1 changed files with 1 additions and 1 deletions

View File

@ -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