Move Java-specific part of SelectWordTest to java-tests module

GitOrigin-RevId: 12e91605bf8901d98d56b8d8dc3a348d4b1ae935
This commit is contained in:
Dmitry Jemerov
2022-04-29 15:55:38 +02:00
committed by intellij-monorepo-bot
parent 932ef59317
commit d604e0acb0
244 changed files with 1992 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
class Test {
String textBlock = """
fo<caret>o
bar
baz""";
}