Allow int: and void: tags, but warn.

This commit is contained in:
David Anderson
2014-12-10 02:36:30 -08:00
parent 18cc1b414b
commit 0295f817b8
3 changed files with 25 additions and 0 deletions
@@ -0,0 +1,4 @@
public main()
{
new class = int:5;
}