blob: 0b28ac0de05af8e1f5c00a2f6dcd9b4329b8f642 [file] [log] [blame]
// "Add Method Body" "true"
class a {
<caret>abstract String f();
}