File: 33110-1.vb

package info (click to toggle)
mono-basic 2.10-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 22,964 kB
  • sloc: cs: 34,086; xml: 7,804; makefile: 471; sh: 317
file content (6 lines) | stat: -rwxr-xr-x 115 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
Option Strict On
Class A
    Shared Sub Main()
        Dim o As Integer = If(Nothing, 0)
    End Sub
End Class