mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
12 lines
220 B
Plaintext
12 lines
220 B
Plaintext
|
|
// IntelliJ API Decompiler stub source generated from a class file
|
|
// Implementation of methods is not available
|
|
|
|
package pkg;
|
|
|
|
interface ExtMethods {
|
|
void m1();
|
|
|
|
default void m2() { /* compiled code */ }
|
|
}
|