mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-18 09:49:02 +02:00
Reverted bad change [506]. Added test case for remaining bug.
This commit is contained in:
9
tests/mini/missingti.d
Normal file
9
tests/mini/missingti.d
Normal file
@@ -0,0 +1,9 @@
|
||||
class MyClass
|
||||
{
|
||||
}
|
||||
|
||||
void main()
|
||||
{
|
||||
MyClass[] l;
|
||||
l.sort;
|
||||
}
|
||||
Reference in New Issue
Block a user