1
1
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:
Ayman Nadeem 2018-06-06 11:31:22 -07:00
parent 0913be8189
commit 89a6be151d

View File

@ -0,0 +1,5 @@
class Dinosaur {
void apply() {
(T1)a[0];
}
}