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