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