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