Merge pull request #5082 from kumpera/fix-ro-fs-file-delete
[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;