class A : B { public A() : base(1) { } }
When 'B' is not resolved, 'base(1)' is highlighted as having wrong number of parameters. Should not since the actual base class is unknown.
see highlighting test constructorProblem3.cs