blob: 05c61afc6beabb68d411c0ae60be48b79755afb4 [file] [log] [blame]
class Test {
void bar(){}
void foo() {
<selection>bar();</selection>//some comment here
}
}