// SPDX-License-Identifier: MIT // // Copyright The SCons Foundation class TestSCons { public static void main(String[] args) { Foo[] fooArray = new Foo[] { new Foo() }; } } class Foo { }