blob: 35060dec87d2bff8f412ef58ed94c5cf7e126979 [file] [log] [blame]
public class Aaaaaaa {
void bar(Object foo) {
if (foo instanceof String) {
((String) foo).substr<caret>
}
}
}