Skip to content

Commit d76aae8

Browse files
whtshtmame
authored andcommitted
Add new rbs-inline hover scenario
1 parent a963e6a commit d76aae8

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

scenario/rbs/inline-hover.rb

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,17 @@ def check(var)
99

1010
## hover: test.rb:3:3
1111
Integer
12+
13+
## update: test2.rb
14+
class Foo
15+
#: (String) -> void
16+
def bar(x)
17+
x
18+
end
19+
end
20+
21+
## hover: test2.rb:3:10
22+
String
23+
24+
## hover: test2.rb:4:4
25+
String

0 commit comments

Comments
 (0)