mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 08:51:02 +07:00
10 lines
160 B
Java
10 lines
160 B
Java
class A {
|
|
public void £() {
|
|
}
|
|
}
|
|
|
|
class B extends A {
|
|
public void c() {
|
|
<selection>super</selection>.£(); //select `super` and extract variable
|
|
}
|
|
} |