1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 22:01:46 +03:00
semantic/test/fixtures/java/corpus/ArrayAccess.B.java

6 lines
56 B
Java
Raw Normal View History

2018-07-24 00:41:27 +03:00
class Dinosaur {
void apply() {
anArray[2];
}
}