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