mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
revert testdata change
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ class Foo<T> {
|
||||
}
|
||||
|
||||
static {
|
||||
new Foo<Integer>().to(Bar.method(<caret>))
|
||||
new Foo<Integer>().to(Bar.<Integer>method(<caret>))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user