Files
2019-04-15 16:54:41 +03:00

9 lines
83 B
Plaintext

class Foo {
void foo (){
/*
<caret>
text text text
text text text
*/
}
}