summaryrefslogtreecommitdiff
path: root/mcs/errors/cs1684.cs
blob: a2d874a899a00b887db07cd7b66989f586cffaa3 (plain)
1
2
3
4
5
6
7
// CS1684: Reference to type `TYWSF$' claims it is defined assembly `mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089', but it could not be found
// Line: 5
// Compiler options: -r:CS1684-lib.dll

public class TestClass : A
{
}