Skip to content

Commit

Permalink
Add known-issue scenario for infinite loop
Browse files Browse the repository at this point in the history
  • Loading branch information
alpaca-tc authored and mame committed Dec 20, 2024
1 parent 41f67fc commit 1e16f55
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scenario/known-issues/avoid-infinite-loop-3.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## update: test.rb
module A
module A
end
end

module B
include A
end

0 comments on commit 1e16f55

Please sign in to comment.