Files
openide/java/java-tests/testData/codeInsight/selectWordAction/javaStartLine/after2.java
Filipp Vakhitov 8a71f62c92 IDEA-110607 Double clicking space/tab characters should select all space/tab characters until it encounters another type of character
Fix more tests

GitOrigin-RevId: 9cbd2e6b0057f250f722ddd44bc80a8441bee75d
2023-02-15 19:12:41 +00:00

6 lines
99 B
Java

class C {
<selection><caret> private void foo() {
if (a) {
}
}
</selection>}