Skip to content

Commit 7ed98b7

Browse files
committed
Fix test
1 parent 00bf962 commit 7ed98b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/sord/type_converter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ def self.yard_to_parlour(yard, item, config)
204204
# used by solargraph to indicate a type variable. Until
205205
# Parlour needs to support separate namespaces, convert to
206206
# the same namespaces as raw types:
207-
yard_to_parlour(parameters.first, nil, config)
207+
parameters.first
208208
else
209209
handle_sord_error(parameters.map(&:describe).join,
210210
"Invalid generic<>, must have exactly one type variable: #{yard.inspect}.", item,

0 commit comments

Comments
 (0)