mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
testdata
This commit is contained in:
@@ -10,8 +10,8 @@ class Foo implements Comparable<Foo> {
|
||||
|
||||
@Override
|
||||
int compareTo(Foo o) {
|
||||
return 0 //To change body of implemented methods use File | Settings | File Templates.
|
||||
<selection>return 0 //To change body of implemented methods use File | Settings | File Templates.</selection>
|
||||
}
|
||||
}
|
||||
|
||||
print new Foo().<caret>.new Foo()
|
||||
print new Foo()..new Foo()
|
||||
+2
-2
@@ -4,12 +4,12 @@ class Foo implements Comparable<Foo> {
|
||||
|
||||
@Override
|
||||
int compareTo(Foo o) {
|
||||
return 0 //To change body of implemented methods use File | Settings | File Templates.
|
||||
<selection>return 0 //To change body of implemented methods use File | Settings | File Templates.</selection>
|
||||
}
|
||||
}
|
||||
|
||||
class X {
|
||||
def foo() {
|
||||
final ObjectRange range = new Foo().<caret>.new Foo()
|
||||
final ObjectRange range = new Foo()..new Foo()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user