lib/rbs/environment.rb in rbs-0.12.2 vs lib/rbs/environment.rb in rbs-0.13.0
- old
+ new
@@ -256,10 +256,12 @@
resolver,
member,
outer: outer_,
prefix: prefix_
)
+ else
+ raise
end
end,
location: decl.location,
annotations: decl.annotations,
comment: decl.comment
@@ -286,9 +288,11 @@
resolver,
member,
outer: outer_,
prefix: prefix_
)
+ else
+ raise
end
end,
location: decl.location,
annotations: decl.annotations,
comment: decl.comment