blob: e8d8fa8518f9ad042c93f0f67424803fb05bacf0 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2020 Julian Honnen
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Julian Honnen <julian.honnen@vector.com> - initial API and implementation
*******************************************************************************/
public class ModelPresentationTests {
public static void main(String[] args) {
Object stringArray = new String[0];
System.out.println(stringArray);
}
}