blob: 37ec2cb0f5fde7f534c2b521a95ba158072a5e1f [file] [log] [blame]
class Test {
public void meth(byte p) {
float f = (float)p;
}
}