mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
moving tests
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
public class Scr10884 {
|
||||
int foo() {
|
||||
return 1;
|
||||
}
|
||||
Y bar() {
|
||||
return new Y(<caret>foo()) {
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
class Y {
|
||||
Y(int x) {}
|
||||
int foo() {
|
||||
return 2;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user