﻿// TestFiles/IntegrationTests/CodeGenerationIntegrationTest/Usings_OutOfOrder.cshtml(15,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(15, 14)