mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 18:58:31 +07:00
Extract Java and XML specific parts out of CommentByLineTest
GitOrigin-RevId: 37045b21bd20c877ec76670b1ca0097354d1cb94
This commit is contained in:
committed by
intellij-monorepo-bot
parent
299c50d248
commit
65270d424e
@@ -0,0 +1,12 @@
|
||||
class A {
|
||||
// <selection>public void test1() {
|
||||
// }
|
||||
//
|
||||
// public void test3() {
|
||||
// someFunc3();
|
||||
// }
|
||||
//
|
||||
//public void test4() {
|
||||
// someFunc4();
|
||||
//}</selection><caret>
|
||||
}
|
||||
Reference in New Issue
Block a user