blob: 0ff6c4b45cad81471702bdde2af9f4491387c09c [file] [log] [blame]
class Test{
static f(){
Object o;
o = (String)null;
}
}