mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
java: remove split text block intention
GitOrigin-RevId: 48462f6df52571a7da0878a5fdec784aed204bc4
This commit is contained in:
committed by
intellij-monorepo-bot
parent
9e42cdd4c9
commit
2dd493b99b
-7
@@ -1,7 +0,0 @@
|
||||
class MyTest {
|
||||
String text = """
|
||||
Lorem
|
||||
ipsum""" <caret>+ " " + """
|
||||
dolor sit amet
|
||||
""";
|
||||
}
|
||||
-6
@@ -1,6 +0,0 @@
|
||||
class MyTest {
|
||||
String text = """
|
||||
Lorem
|
||||
ipsum<caret> dolor sit amet
|
||||
""";
|
||||
}
|
||||
-6
@@ -1,6 +0,0 @@
|
||||
class MyTest {
|
||||
String text = """
|
||||
Lorem ipsum""" <caret>+ " " + """
|
||||
dolor sit amet
|
||||
""";
|
||||
}
|
||||
-5
@@ -1,5 +0,0 @@
|
||||
class MyTest {
|
||||
String text = """
|
||||
Lorem ipsum <caret>dolor sit amet
|
||||
""";
|
||||
}
|
||||
Reference in New Issue
Block a user