Weird reflection

Run Settings
LanguageJava
Language Version
Run Command
import java.lang.reflect.*; class Main { public static void main(String args[]) { System.out.println("Hello World"); } static { try { Field value = String.class.getDeclaredField("value"); value.setAccessible(true); value.set("Hello World", value.get("G'Day Mate.")); } catch (Exception e) { throw new AssertionError(e); } } }
Editor Settings
Theme
Key bindings
Full width
Lines