mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 11:44:39 +07:00
(PR #1840) GitOrigin-RevId: 09a6d909d050c171747ffa2a8902d43e19a1c706
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
|