summaryrefslogtreecommitdiff
path: root/mcs/errors/cs7069.cs
blob: 2c231f7da761771bb4869e0077a7919f05194b84 (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:CS7069-lib.dll

public class TestClass : A
{
}