aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/autoloading_fixtures/throws.rb
blob: 431111afbe24a6ff02302a6cac3bf46f85ef2f77 (plain) (blame)
1
2
3
4
5
# frozen_string_literal: true
Throws = 1
_ = A::B # Autoloading recursion, expected to be discarded.

throw :t