mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-13 06:07:04 +07:00
13 lines
129 B
Java
13 lines
129 B
Java
import java.<caret>
|
|
|
|
class Dot5{
|
|
class A{
|
|
static int a = 0;
|
|
int foo(){
|
|
}
|
|
}
|
|
static {
|
|
int a = new A().
|
|
}
|
|
}
|