Files
2012-09-12 17:53:29 +04:00

7 lines
103 B
Plaintext

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