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