mirror of
https://github.com/Relintai/scons_gd.git
synced 2025-02-18 17:14:38 +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 { }
|