Imports System
Imports Microsoft
Public Module Module1
Public Sub Main()
Dim val As New System.Collections.Generic.List(Of Object())
Dim _val_ As New System.Collections.Generic.List(Of System.Collections.Generic.List(Of Object()))
Console.WriteLine("Hello World")
End Sub
End Module