blob: 1db8edb10bed22c0f5c2c656ec560c3898349a97 [file] [log] [blame]
class Type {
private float myField;
public void meth(Float p) {
myField = p;
}
}