mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-27 08:52:52 +07:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class Test {
|
||||
Object method() {
|
||||
method(
|
||||
factory()<caret>
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
class Test {
|
||||
Object method() {
|
||||
method(
|
||||
factory());<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user