11 lines
202 B
C#
Raw Permalink Normal View History

// CS0433: The imported type `N.Lib' is defined multiple times
// Line: 9
// Compiler options: -r:CS0433-lib.dll -r:CS0433-2-lib.dll
using N;
public class Test: Lib
{
public static void Main () {}
}