fork download
  1. Option Explicit On
  2. Option Strict On
  3.  
  4. Imports System
  5.  
  6. Public Class Test
  7. Public Shared Sub Main()
  8. System.Console.WriteLine(Nothing == Nothing)
  9. End Sub
  10. End Class
Compilation error #stdin compilation error #stdout 0.06s 13352KB
stdin
Standard input is empty
compilation info
Visual Basic.Net Compiler version 0.0.0.5914 (Mono 2.4.2 - r)
Copyright (C) 2004-2008 Rolf Bjarne Kvinge. All rights reserved.


/home/dOYNr8/<MyGenerator> (1,1) : Error VBNC99999: Unexpected error: Object reference not set to an instance of an object
  at vbnc.BinaryExpression.ResolveTypeReferences () [0x00020] in /var/tmp/portage/dev-lang/mono-basic-2.4.2/work/mono-basic-2.4.2/vbnc/vbnc/source/Expressions/BinaryExpressions/BinaryExpression.vb:55 
  at vbnc.BinaryExpression.ResolveTypeReferences () [0x00002] in /var/tmp/portage/dev-lang/mono-basic-2.4.2/work/mono-basic-2.4.2/vbnc/vbnc/source/Expressions/BinaryExpressions/BinaryExpression.vb:54 
  at vbnc.Argument.ResolveTypeReferences () [0x00000] in /var/tmp/portage/dev-lang/mono-basic-2.4.2/work/mono-basic-2.4.2/vbnc/vbnc/source/Expressions/Argument.vb:117 
  at vbnc.PositionalArgument.ResolveTypeReferences () [0x00000] in /var/tmp/portage/dev-lang/mono-basic-2.4.2/work/mono-basic-2.4.2/vbnc/vbnc/source/Expressions/PositionalArgument.vb:71 
  at vbnc.Helper.ResolveTypeReferencesCollection (IEnumerable Collection) [0x00025] in /var/tmp/portage/dev-lang/mono-basic-2.4.2/work/mono-basic-2.4.2/vbnc/vbnc/source/General/Helper.vb:2348 
  at vbnc.ArgumentList.ResolveTypeReferences () [0x00000] in /var/tmp/portage/dev-lang/mono-basic-2.4.2/work/mono-basic-2.4.2/vbnc/vbnc/source/Expressions/ArgumentList.vb:327 
  at vbnc.InvocationOrIndexExpression.ResolveTypeReferences () [0x00031] in /var/tmp/portage/dev-lang/mono-basic-2.4.2/work/mono-basic-2.4.2/vbnc/vbnc/source/Expressions/InvocationOrIndexExpression.vb:234 
  at vbnc.CallStatement.ResolveTypeReferences () [0x00000] in /var/tmp/portage/dev-lang/mono-basic-2.4.2/work/mono-basic-2.4.2/vbnc/vbnc/source/Statements/CallStatement.vb:103 
  at vbnc.CodeBlock.ResolveTypeReferences () [0x0007e] in /var/tmp/portage/dev-lang/mono-basic-2.4.2/work/mono-basic-2.4.2/vbnc/vbnc/source/Code/CodeBlock.vb:582 
  at vbnc.MethodBaseDeclaration.ResolveTypeReferences () [0x00081] in /var/tmp/portage/dev-lang/mono-basic-2.4.2/work/mono-basic-2.4.2/vbnc/vbnc/source/General/MethodBaseDeclaration.vb:189 
  at vbnc.MethodDeclaration.ResolveTypeReferences () [0x00002] in /var/tmp/portage/dev-lang/mono-basic-2.4.2/work/mono-basic-2.4.2/vbnc/vbnc/source/Members/MethodDeclaration.vb:69 
  at vbnc.SubDeclaration.ResolveTypeReferences () [0x00036] in /var/tmp/portage/dev-lang/mono-basic-2.4.2/work/mono-basic-2.4.2/vbnc/vbnc/source/Members/SubDeclaration.vb:112 
  at vbnc.AssemblyDeclaration.ResolveTypeReferences (vbnc.TypeDeclaration Type) [0x00088] in /var/tmp/portage/dev-lang/mono-basic-2.4.2/work/mono-basic-2.4.2/vbnc/vbnc/source/TypeDeclarations/AssemblyDeclaration.vb:311 
  at vbnc.AssemblyDeclaration.ResolveTypeReferences () [0x0002a] in /var/tmp/portage/dev-lang/mono-basic-2.4.2/work/mono-basic-2.4.2/vbnc/vbnc/source/TypeDeclarations/AssemblyDeclaration.vb:288 
  at vbnc.Compiler.Compile_Resolve () [0x00100] in /var/tmp/portage/dev-lang/mono-basic-2.4.2/work/mono-basic-2.4.2/vbnc/vbnc/source/General/Compiler.vb:413 
  at vbnc.Compiler.Compile () [0x0028a] in /var/tmp/portage/dev-lang/mono-basic-2.4.2/work/mono-basic-2.4.2/vbnc/vbnc/source/General/Compiler.vb:561 
Compilation took 00:00:00.6944780
stdout
Standard output is empty