mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-02 05:50:53 +07:00
10 lines
129 B
Java
10 lines
129 B
Java
// "Make 'ininner' not static" "true"
|
|
import java.io.*;
|
|
|
|
class a {
|
|
class inner {
|
|
<caret>static class ininner {
|
|
}
|
|
}
|
|
}
|