mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
completion for older java versions: allow boxing even to specify explicit type arguments later when needed
fixing SmartTypeCompletionTest#testIfConditionExpectedType, consequence of changing expected type for condition from boxed to primitive
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ class Foo<T> {
|
||||
}
|
||||
|
||||
static {
|
||||
new Foo<Integer>().to(Bar.<Integer>method(<caret>))
|
||||
new Foo<Integer>().to(Bar.method(<caret>))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user