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