[utils] Add check for ANDROID_UNIFIED_HEADERS to mono-compiler.h (#5742)
[mono.git] / mcs / errors / cs8085.cs
1 // CS8085: A `using static' directive cannot be used to declare an alias
2 // Line: 4
3
4 using static S = System;