blob: 55e272ac01068f6228ba1c67c4ca325ca39991e1 [file] [log] [blame]
class Test {
/**
* <caret>
*/
void test() {
String something = "/** something */";
}
}