blob: 059f586a480a5b9a207c12c9cd7ad455297cf2f2 [file] [log] [blame]
struct S7424g
{
@property int g()() { return 0; }
void test() shared { int f = g; }
}