WIP: Need to add support for the `new` keyword
parent
440addf664
commit
f024bedaaa
|
@ -116,6 +116,9 @@ public final class TypeChecker
|
||||||
* valid type names
|
* valid type names
|
||||||
*
|
*
|
||||||
* This is called on a Container
|
* This is called on a Container
|
||||||
|
*
|
||||||
|
* TODO: Should we also do expression parsing or rather do another call for that
|
||||||
|
* mmmmh
|
||||||
*/
|
*/
|
||||||
private void checkTypedEntitiesTypeNames(Container c)
|
private void checkTypedEntitiesTypeNames(Container c)
|
||||||
{
|
{
|
||||||
|
|
|
@ -29,7 +29,7 @@ protected Them.Container fsdhsdj;
|
||||||
|
|
||||||
class kl
|
class kl
|
||||||
{
|
{
|
||||||
Shekshi l;
|
Shekshi l = new Shekshi();
|
||||||
kl o;
|
kl o;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue