1
1
mirror of https://github.com/github/semantic.git synced 2024-12-01 09:15:01 +03:00
semantic/test/fixtures/java/corpus/assertStatement.java
2018-07-18 15:39:17 -04:00

8 lines
108 B
Java

class Dino {
void fn() {
for (File file : snap.index()) {
assert oldFile == null;
}
}
}