**** Merged from MCS ****
[mono-project.git] / mcs / mbas / Test / tests / NotInheritable.vb
blob4bf3650d4007aaea392deb30cdc5d3579a0f7693
1 NotInheritable Class C1
2 End Class
4 Module Module1
5 Sub Main()
6 Dim x As New C1()
7 End Sub
8 End Module