generics are not a part of the lookup string now

This commit is contained in:
peter
2011-04-19 17:03:38 +02:00
parent adace47e52
commit 709bb85c92
12 changed files with 164 additions and 178 deletions

View File

@@ -0,0 +1,8 @@
class MyClass {
public void foo() {
MyDD<String> d = new MyD<caret>x
}
}
class MyDD<T> {
}

View File

@@ -0,0 +1,3 @@
class A {{
foo.Foo<String> f = new B<caret>
}}