mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-08 09:05:52 +07:00
Removes 'D' suffix from double literals in bulk compilation test data. GitOrigin-RevId: 44571663d3ac84acba7d9c7284cced7242dfca3f
25 lines
372 B
Java
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;
|
|
}
|
|
}
|