view tests/mini/missingti.d @ 508:af9bdd69a7ec

Reverted bad change [506]. Added test case for remaining bug.
author Christian Kamm <kamm incasoftware de>
date Wed, 13 Aug 2008 23:54:09 +0200
parents
children
line wrap: on
line source

class MyClass
{
}

void main()
{
  MyClass[] l;
  l.sort;
}