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