blob: 76da723908ff7131bba6880d8c261d0a6bd94760 [file] [log] [blame]
class Super {
public <caret>Super() {
} //Safe Delete should not allow this to be deleted without first changing class Sub's constructors to use Super(String)
public Super(String name) {
}
}