// this test should cause the whole file to be converted at once (with non-selected text stripped) and the main function to be generated package helloWorld; // sample class public class JavaClass { public static void main(String[] args) { System.out.println("Hello, world!"); } }