Only parse diamonds where they're welcomed

This commit is contained in:
Roman Shevchenko
2011-03-24 21:41:34 +01:00
parent fa76a8bc8b
commit fe7b1d3f5b
5 changed files with 66 additions and 4 deletions

View File

@@ -0,0 +1,8 @@
import java.util.Map;
// "Import Class" "true"
public class Foo {
void foo() {
Ma<caret>p<> l;
}
}