// https://issues.dlang.org/show_bug.cgi?id=19491
class Foo
{
    shared this();
}
void test()
{
    scope foo = new shared Foo();
}
// https://issues.dlang.org/show_bug.cgi?id=19491
class Foo
{
    shared this();
}
void test()
{
    scope foo = new shared Foo();
}