Files
openide/plugins/java-decompiler/engine/testData/results/TestJava9PrivateInterfaceMethod.dec
coehlrich 0428d4bf4d [decompiler] Fix the default keyword being added to private interface methods
(PR #1840)

GitOrigin-RevId: 09a6d909d050c171747ffa2a8902d43e19a1c706
2021-11-24 21:43:31 +00:00

16 lines
239 B
Plaintext

package java9;
public interface TestJava9PrivateInterfaceMethod {
private void privateMethod() {
}// 4
}
class 'java9/TestJava9PrivateInterfaceMethod' {
method 'privateMethod ()V' {
0 4
}
}
Lines mapping:
4 <-> 5