5 lines
126 B
C#
5 lines
126 B
C#
|
// CS0246: The type or namespace name `Foo' could not be found. Are you missing an assembly reference?
|
||
|
// Line: 4
|
||
|
|
||
|
using Foo;
|