Properly initialize a rgctx template. Fixes bxc #1147.
[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()