5 lines
110 B
C#
5 lines
110 B
C#
// CS8085: A `using static' directive cannot be used to declare an alias
|
|
// Line: 4
|
|
|
|
using static S = System;
|