blob: 14b6443528fe9fe47b6cd484927681061d9f2117 [file] [log] [blame]
/*
TEST_OUTPUT:
---
fail_compilation/fail239.d(8): Error: type `F` is not an expression
---
*/
class F { int x; }
alias typeof(F).x b;