In tests/attributes:
[mono.git] / mcs / mbas / Test / tests / general / LocalVariableI.vb
1 'Author:
2 '   V. Sudharsan (vsudharsan@novell.com)
3 '
4 ' (C) 2005 Novell, Inc.
5
6 Option Explicit off
7 Module F                
8         Sub Main()      
9                 if fun<>Nothing then
10                         Throw new System.Exception("Local Variables not working properly. Expected Nothing but got"&fun)
11                 End if
12         End Sub
13 End Module