// SPDX-License-Identifier: MIT // // Copyright The SCons Foundation class test { test() { super(); new inner(); } static class inner { private inner() {} } }