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