Files
Dmitry Jemerov 87c899d87e Move Java-specific part of EnterActionTest to java-tests module
GitOrigin-RevId: 4c83c726cb3cfb95920054b04737ff0f1a88be40
2022-04-25 11:40:41 +00:00

6 lines
81 B
Java

class Foo {
void foo() {
String s = "abc" +
"<caret>def";
}
}