Call method
parent
bbef8c00f9
commit
c9c913eaae
|
@ -68,9 +68,11 @@ public final class TypeChecker
|
||||||
Type foundType;
|
Type foundType;
|
||||||
|
|
||||||
/* Check if the type is built-in */
|
/* Check if the type is built-in */
|
||||||
|
/* TODO: Just use `getBuiltInType`, if null then yeah - not built-in */
|
||||||
if(isBuiltInType(typeString))
|
if(isBuiltInType(typeString))
|
||||||
{
|
{
|
||||||
/* TODO: Get the built-in type */
|
/* TODO: Get the built-in type */
|
||||||
|
foundType = getBuiltInType(typeString);
|
||||||
}
|
}
|
||||||
/* If not built-in, resolve it */
|
/* If not built-in, resolve it */
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue