IDEA-149077 Default decompiler is chosen for several classes instead of Fernflower - tests
This commit is contained in:
22
testData/obfuscated/z.java
Normal file
22
testData/obfuscated/z.java
Normal file
@@ -0,0 +1,22 @@
|
||||
import java.util.List;
|
||||
|
||||
public class z<P> {
|
||||
private List<P> a;
|
||||
private Class<P> b;
|
||||
|
||||
private z(Class<P> var1) {
|
||||
this.b = var1;
|
||||
}
|
||||
|
||||
public static <P> z<P> a(Class<P> var0) {
|
||||
return new z(var0);
|
||||
}
|
||||
|
||||
public List<P> a() {
|
||||
// $FF: Couldn't be decompiled
|
||||
}
|
||||
|
||||
public List<P> b() {
|
||||
return t.b(this.b);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user