Skip to content

Commit 6f0d0be

Browse files
committed
didnt fix it
1 parent 18e6cd6 commit 6f0d0be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/stdlib/Class_test.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ def test_initialize
3939
assert_send_type "() -> void",
4040
Class.allocate, :initialize
4141

42-
assert_send_type "() { (Class) [self: untyped] -> void } -> void",
42+
assert_send_type "() { (Class) [self: Class] -> void } -> void",
4343
Class.allocate, :initialize do end
4444

4545
assert_send_type "(Class) -> void",
4646
Class.allocate, :initialize, String
4747

48-
assert_send_type "(Class) { (Class) [self: untyped] -> void } -> void",
48+
assert_send_type "(Class) { (Class) [self: Class] -> void } -> void",
4949
Class.allocate, :initialize, String do end
5050
end
5151

0 commit comments

Comments
 (0)