class Test { { Runnable runnable = () -> { //my comment }; runnable.run(); } }