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,32 @@
public class ag {
private long a = 0L;
private long[] b = new long[100];
private int c = 0;
private int d = 0;
public void a(long param1) {
// $FF: Couldn't be decompiled
}
public double a() {
try {
if (this.d == 0) {
return 0.0D;
}
} catch (a_ var4) {
throw var4;
}
double var1 = 0.0D;
for(int var3 = 0; var3 <= this.d; ++var3) {
var1 += (double)this.b[var3];
}
return var1 / (double)this.d;
}
public long b() {
return this.a;
}
}