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