Files

7 lines
103 B
Plaintext

class Test {
{
Runnable x = () -> {
System.out.println(new String("hello"));
};
}
}