mirror of
https://github.com/github/semantic.git
synced 2024-11-24 08:54:07 +03:00
array access test
This commit is contained in:
parent
0913be8189
commit
89a6be151d
5
test/fixtures/java/corpus/array-access.java
vendored
Normal file
5
test/fixtures/java/corpus/array-access.java
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
class Dinosaur {
|
||||
void apply() {
|
||||
(T1)a[0];
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user