11 lines
234 B
C#
11 lines
234 B
C#
|
// CS0246: The type or namespace name `C' could not be found. Are you missing an assembly reference?
|
||
|
// Line: 5
|
||
|
|
||
|
using C = Cks.Runtime.Data;
|
||
|
using BigInteger = C.BigInteger;
|
||
|
|
||
|
namespace Cks.Runtime.Data
|
||
|
{
|
||
|
public class BigInteger {}
|
||
|
}
|