dummy constructor resolution: don't insert access object (IDEA-211203)

GitOrigin-RevId: 8b9184a572a263ec43e0e9c1a7d4af3b9151eb75
This commit is contained in:
Anna Kozlova
2019-04-24 09:50:47 +02:00
committed by intellij-monorepo-bot
parent 00fbf3d133
commit 85fa5fa5d5
3 changed files with 15 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
package c;
import a.*;
class Test extends Base {
Test() { }
}