Merge branch 'xml-fixes' of https://github.com/myeisha/mono into myeisha-xml-fixes
[mono-project.git] / mcs / errors / cs0119-10.cs
blob5a14ccfb48368f5b7e25c2bc1ab421f66c1d854f
1 // CS0119: Expression denotes a `type', where a `variable' or `value' was expected
2 // Line: 12
4 class A
8 class B
10 public B ()
12 A = 2;