Files
mruby-mruby/test/t
Kouhei Sutou 584d6de3c2 Fix a bug that if and no return value case can't return true clause value
Here is a script that reproduce this problem:

     x = if true
           1
         else
           case 2
           when 3
           end
           4
         end
     p x # => nil # 1 is expected
2015-02-24 00:16:41 +09:00
..
2014-05-06 23:30:02 +09:00
2013-06-14 21:35:49 +08:00
2014-06-19 01:55:39 +09:00
2013-09-22 18:14:40 +09:00
2014-04-30 09:50:14 +09:00
2014-08-25 17:18:24 +09:00
2014-12-17 14:01:39 +09:00