blob: a7e828947be48ea21223f9d051e8c6de98512265 [file] [log] [blame]
class Array{
void foo(){
int[] array;
array.<ref>clone();
}
}