Join Slack
Powered by
public class InitTest { Integer myValue; ...
# tornadofx
c
carlw
11/06/2017, 1:58 PM
public class InitTest { Integer myValue; Integer thisWontCompile = 42 + myValue; public static void main(String[] args) { System.out.println("thisWont=" + new InitTest().thisWontCompile); } }
Open in Slack
Previous
Next