mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-06 13:20:53 +07:00
9 lines
98 B
Java
9 lines
98 B
Java
package y;
|
|
|
|
import x.A;
|
|
|
|
public class B extends A {
|
|
public double method() { return 0.0; }
|
|
}
|
|
|