mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 23:25:24 +02:00
11 lines
154 B
Java
11 lines
154 B
Java
|
|
package bar.foo;
|
||
|
|
|
||
|
|
class static_2 {
|
||
|
|
static class koink {
|
||
|
|
static int i;
|
||
|
|
static void foo (){}
|
||
|
|
static {}
|
||
|
|
static class foo {}
|
||
|
|
}
|
||
|
|
}
|