Untitled

Run Settings
LanguageGroovy
Language Version
Run Command
class Example { int x = 100; public int getX() { this.x = 200; return x; } static void main(String[] args) { Example ex = new Example(); println(ex.getX()); } }
Editor Settings
Theme
Key bindings
Full width
Lines