aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/autoloading_fixtures/throws.rb
blob: b6fb391032d528c22f28c3539328d2acb23b2b51 (plain) (blame)
1
2
3
4
5
6
# frozen_string_literal: true

Throws = 1
_ = A::B # Autoloading recursion, expected to be discarded.

throw :t