mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-24 06:12:33 +07:00
ccc5077467
GitOrigin-RevId: 7708fdc7b3191bcd0ba46767160c4ec0b5a179da
7 lines
106 B
Java
7 lines
106 B
Java
// "Move member into class" "true"
|
|
|
|
|
|
|
|
public class beforeNativeMethodNoClass {
|
|
native void doSmth();
|
|
} |