dbremner / rubydotnetcompiler

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

$' causes NullReferenceException #38

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Test case:

  $'

Result: System.NullReferenceException

The last RubyRuntime code executed before crashing is Frame.Tilde's getter
(return OuterFrame().tilde) which returns null.

Original issue reported on code.google.com by sason...@gmail.com on 3 Oct 2007 at 1:38

GoogleCodeExporter commented 8 years ago

Original comment by meaningi...@gmail.com on 4 Oct 2007 at 7:08