mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 23:31:05 +07:00
16 lines
239 B
Plaintext
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
|