Decompiler name shadowing resolution
https://github.com/JetBrains/intellij-community/pull/295
This commit is contained in:
committed by
Roman Shevchenko
parent
ee740aa056
commit
766fc1390d
5
testData/src/pkg/TestShadowing.java
Normal file
5
testData/src/pkg/TestShadowing.java
Normal file
@@ -0,0 +1,5 @@
|
||||
package pkg;
|
||||
|
||||
class TestShadowing {
|
||||
ext.Shadow.B instanceOfB = new ext.Shadow.B();
|
||||
}
|
||||
Reference in New Issue
Block a user