tests fixed
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
// "Add function body" "true"
|
||||
class A() {
|
||||
fun <caret>foo() {}
|
||||
fun <caret>foo() {
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
// "Add function body" "true"
|
||||
namespace a {
|
||||
fun <caret>foo() {}
|
||||
fun <caret>foo() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user