DEBSOURCES
Skip Quicknav
sources / ruby-ruby-lsp / 0.26.7-1 / test / fixtures / rubocop_extension_cop.rb
12345678
# typed: true # frozen_string_literal: true class ExampleTest < Minitest::Test def test_public assert_equal([], foo) end end