﻿// TestFiles/IntegrationTests/CodeGenerationIntegrationTest/Usings.cshtml(5,14): error CS7007: A 'using static' directive can only be applied to types; 'System' is a namespace not a type. Consider a 'using namespace' directive instead
// using static System;
Diagnostic(ErrorCode.ERR_BadUsingType, "System").WithArguments("System").WithLocation(5, 14)