Fork of the Fernflower decompiler
fernflower/testData/results/TestShadowing.dec

6 lines
89 B

package pkg;
class TestShadowing {
ext.Shadow.B instanceOfB = new ext.Shadow.B();
}