1
1
mirror of https://github.com/github/semantic.git synced 2024-12-19 04:41:47 +03:00
semantic/test/fixtures/java/corpus/Lambda.B.java

6 lines
114 B
Java
Raw Normal View History

2018-07-25 00:31:50 +03:00
class LambdaTest {
void singleton() {
stateOwner.add(x -> System.out.println("State changed"));
}
}