mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 07:40:42 +07:00
Cleanup
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
abstract class StraightLine implements Inline {
|
||||
public abstract void go(); // inline this method
|
||||
}
|
||||
|
||||
interface Inline {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user