[System.Runtime.Remoting] Adds System.Core reference for tests
[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;