mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-17 18:50:49 +07:00
10cecacf14
(cherry-picked from 04f7b76)
9 lines
145 B
Java
9 lines
145 B
Java
// "Create Local Variable 'zeit'" "true"
|
|
public class A {
|
|
void foo() {
|
|
Object zeit<caret> = A::foo;
|
|
}
|
|
|
|
static void foo(){}
|
|
}
|