blob: 2a6715c81d3f807cc765b72b72fe37c32768b8ff [file] [log] [blame]
class Test {
public void meth(Object p) {
float f = (float)p;
}
}