New Java parser - diamonds support

This commit is contained in:
Roman Shevchenko
2010-09-01 21:45:09 +04:00
parent 2f3c82c575
commit 593c0519f5
11 changed files with 114 additions and 32 deletions
@@ -0,0 +1,5 @@
class Foo {
{
new A<>();
}
}