mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
testdata fixed
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
// "Add Method Body" "true"
|
||||
class a {
|
||||
void f() {
|
||||
<caret><selection>//To change body of created methods use File | Settings | File Templates.</selection>
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
// "Add Method Body" "true"
|
||||
class a {
|
||||
String f() {
|
||||
<caret><selection>return null; //To change body of created methods use File | Settings | File Templates.</selection>
|
||||
<caret><selection>return null;</selection>
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
// "Add Method Body" "true"
|
||||
class a {
|
||||
a() {
|
||||
<caret><selection>//To change body of created methods use File | Settings | File Templates.</selection>
|
||||
<caret><selection></selection>
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
// "Add Method Body" "true"
|
||||
class a {
|
||||
String f() {
|
||||
<caret><selection>return null; //To change body of created methods use File | Settings | File Templates.</selection>
|
||||
<caret><selection>return null;</selection>
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user