mirror of
https://github.com/Relintai/scons_gd.git
synced 2025-02-20 17:24:23 +01:00
8 lines
136 B
Java
8 lines
136 B
Java
|
class TestSCons {
|
||
|
public static void main(String[] args) {
|
||
|
Foo[] fooArray = new Foo[] { new Foo() };
|
||
|
}
|
||
|
}
|
||
|
|
||
|
class Foo { }
|