[wasm] Fix WASM CI script. (#6741)
[mono-project.git] / mcs / errors / cs8085.cs
blobc2545e9a67fae102e89c39926f61bca2c0b66c18
1 // CS8085: A `using static' directive cannot be used to declare an alias
2 // Line: 4
4 using static S = System;