WIP: Need to add support for the `new` keyword

static_support
Tristan B. V. Kildaire 2021-06-04 12:04:58 +02:00
parent 440addf664
commit f024bedaaa
2 changed files with 4 additions and 1 deletions

View File

@ -116,6 +116,9 @@ public final class TypeChecker
* valid type names
*
* 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)
{

View File

@ -29,7 +29,7 @@ protected Them.Container fsdhsdj;
class kl
{
Shekshi l;
Shekshi l = new Shekshi();
kl o;
}