berkesokhan / rubydotnetcompiler

Automatically exported from code.google.com/p/rubydotnetcompiler
1 stars 0 forks source link

def o.m; end --> System.InvalidProgramException #66

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Test case:

  def o.m
  end

Expected: NameError
Actual: System.InvalidProgramException

Original issue reported on code.google.com by sason...@gmail.com on 8 Nov 2007 at 4:40

GoogleCodeExporter commented 9 years ago

Original comment by meaningi...@gmail.com on 12 Nov 2007 at 8:04