mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 14:25:04 +07:00
ignore anonymous classes when generating constructors
EA-51713 - assert: CreateConstructorMatchingSuperFix$.run
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
// "Create constructor matching super" "false"
|
||||
public class Test {
|
||||
private Test() {}
|
||||
}
|
||||
|
||||
class Foo {
|
||||
{
|
||||
new Test() {
|
||||
Te<caret>st() {
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user