IDEA-149077 Default decompiler is chosen for several classes instead of Fernflower - tests

This commit is contained in:
Egor.Ushakov
2017-05-10 17:02:31 +03:00
parent 1f0d42ba0d
commit adbf29f8ce
68 changed files with 20713 additions and 4 deletions

View File

@@ -0,0 +1,24 @@
class au extends ap {
private long d;
private long e;
final an f;
au(an var1, String var2, String var3) {
super(var2, var3);
this.f = var1;
this.d = 0L;
this.e = 0L;
}
public double d() {
// $FF: Couldn't be decompiled
}
public String c() {
return "%";
}
public Double e() {
return 100.0D;
}
}