blob: 5fe4738b6a5e6813e8420c83a0f8506bc0c95a54 [file] [log] [blame]
class Test {
public void meth(double p) {
float f = (float)p;
}
}