blob: b58aaf72e530091bd0c3335ecc123003839e2087 [file] [log] [blame]
public class Introduce {
void foo(String str) {
final String s = (String) str;
}
}