mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
check methods moved to interface as default (IDEA-151809)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
interface IPlanet {}
|
||||
|
||||
class SimplePlanet implements IPlanet {
|
||||
double mass;
|
||||
|
||||
private double ma<caret>ss() {
|
||||
return mass;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user