Files
openide/java/java-tests/testData/psi/cls/mirror/ExtMethods.txt
T

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 */ }
}