Convert TypeParameter to TypeParam

This commit is contained in:
Kevin Leung
2019-04-23 18:21:03 +08:00
parent 53868cc6f3
commit 6ed0424093

View File

@@ -276,4 +276,7 @@ class Types {
}
}
static public function toTypeParam(p:TypeParameter):TypeParam
return TPType(p.t.toComplex());
}