[ci] Only build the additional profiles on one arch instead of everywhere
[mono-project.git] / mcs / errors / cs0027-3.cs
blobcbe891cb14ac2034d2dc940815d950be1e41cdcb
1 // CS0007: Keyword `this' is not available in the current context
2 // Line: 14
4 class B
6 public B (object o)
11 class C : B
13 public C ()
14 : base (this)