Files
Bart van Helvertandintellij-monorepo-bot ce1dfda7f1 [java-decompiler] IJ-CR-18503 Fix bulk compilation test
Removes 'D' suffix from double literals in bulk compilation test data.

GitOrigin-RevId: 44571663d3ac84acba7d9c7284cced7242dfca3f
2021-12-13 18:21:04 +00:00

25 lines
372 B
Java

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.0;
}
}