blob: f034fdc0b62e59c673897212fc918205ec3191fb [file] [log] [blame]
// public static void main(String[] args) {
// Object o = "Hello";
// String s = (String) o;
// }