blob: 996b0bf582c115923daf24aeee0973adfb03ea73 [file] [log] [blame]
module imports.gdc253b;
import gdc253b;
class B253 : A253
{
void test253(int[int] a)
{
if (a.get(0, 1))
return;
}
}