class Ideone { static class Test { private final String a; } public static void main (String[] args) { System.out.println("Hello, world!"); }}
Standard input is empty
Main.java:4: error: variable a not initialized in the default constructor private final String a; ^ 1 error
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!