mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
EditorConfig documentation test
GitOrigin-RevId: fd52ace3d7a32ecd02c2c5ab90e077967604c15e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
e6e3eaa09d
commit
123242c4b2
+7
@@ -0,0 +1,7 @@
|
||||
// "Add method body" "true"
|
||||
|
||||
interface Some {
|
||||
public static void m() {
|
||||
<caret>
|
||||
}
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
// "Make 'm' not default" "true"
|
||||
|
||||
class Some {
|
||||
public void <caret>m() {
|
||||
}
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
// "Add method body" "true"
|
||||
|
||||
interface Some {
|
||||
public static void <caret>m();
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
// "Delete method body" "false"
|
||||
|
||||
class Some {
|
||||
public default void <caret>m() {
|
||||
}
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
// "Make 'm' not default" "true"
|
||||
|
||||
class Some {
|
||||
public default void <caret>m() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user