mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 13:39:36 +07:00
applicability: get call expr from anonymous class (IDEA-184965)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
abstract class Test {
|
||||
|
||||
public <T> Test(final T t, int i) { }
|
||||
|
||||
{
|
||||
Test action = new Test<error descr="'Test(T, int)' in 'Test' cannot be applied to '(java.lang.String, java.lang.String)'">("abc", "name")</error> {};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user