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