mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
cls: compose raw substitutor if cls omits expected type arguments (IDEA-157254)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import p.AccountCalculator;
|
||||
import p.ObjectParameterDescriptor;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
class Test {
|
||||
public static void calc(AccountCalculator calculator,
|
||||
ObjectParameterDescriptor<String>.Holder holder) throws IOException{
|
||||
calculator.getMetrics(holder);
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Reference in New Issue
Block a user