mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 18:09:38 +07:00
dummy constructor resolution: don't insert access object (IDEA-211203)
GitOrigin-RevId: 8b9184a572a263ec43e0e9c1a7d4af3b9151eb75
This commit is contained in:
committed by
intellij-monorepo-bot
parent
00fbf3d133
commit
85fa5fa5d5
@@ -0,0 +1,6 @@
|
||||
package c;
|
||||
import a.*;
|
||||
|
||||
class Test extends Base {
|
||||
Test() { }
|
||||
}
|
||||
Reference in New Issue
Block a user