class Foo { public static void main(String[] args) { Runnable r = () -> <selection>args.toString()</selection> } }