1
1
mirror of https://github.com/github/semantic.git synced 2024-11-29 02:44:36 +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;
}
}
}