Compiler doesn't compile this code.int main(){ struct A { enum E { a, b, c }; }; auto parseArgs = []() { A::E x = A::a; }; return 0;}
Visual Studio/Team Foundation Server/.NET Framework Tooling version
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results