All Downloads are FREE. Search and download functionalities are using the official Maven repository.

issues.Issue94Enum Maven / Gradle / Ivy

package issues;

import com.jtransc.io.JTranscConsole;

import java.util.TreeMap;

public class Issue94Enum {
	static public void main(String[] args) {
		TreeMap map = new TreeMap<>();
		JTranscConsole.log("hello");
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy