1
1
mirror of https://github.com/github/semantic.git synced 2024-12-19 12:51:52 +03:00
semantic/test/fixtures/java/corpus/Lambda.A.java

6 lines
77 B
Java
Raw Normal View History

2018-07-12 19:30:39 +03:00
class LambdaTest {
void singleton() {
version -> create;
}
}