blob: 8e582e8f641d2eb0a250da7935cdb6855012d822 [file] [log] [blame]
public class X {
X(String s) {
}
protected void foo() {
Main
.bind(
"compile.instantTime", //$NON-NLS-1$
new String[]{
String.valueOf(this.lineCount),
String.valueOf(this.time),
String
.valueOf(((int) (this.lineCount * 10000.0 / this.time)) / 10.0)});
}
}