[corlib] Add a special method for XI so the linker does not always have to generate it.
[mono-project.git] / mcs / errors / cs1525-25.cs
blob8e2784c4456cd4fc13b7ae2417664b6d95b0f0b8
1 // CS1525: Unexpected symbol `super', expecting `base' or `this'
2 // Line: 7
4 class Bar
6 Bar(int a)
7 :super()