mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
merge idea90 branch into trunk
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class A{
|
||||
static void <caret>foo(){}
|
||||
static void bar(){
|
||||
foo(666);
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
class A{
|
||||
static void bar(){
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user