Skip to content

Commit

Permalink
Update RBS
Browse files Browse the repository at this point in the history
  • Loading branch information
soutaro committed Jan 7, 2025
1 parent 4328cfe commit 2d82884
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions sig/test/type_check_test.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ class TypeCheckTest < Minitest::Test

def test_if_unreachable__unless_else: () -> untyped

def test_if_unreachable__if_void: () -> untyped

def test_if_unreachable__if_bot: () -> untyped

def test_case_unreachable_1: () -> untyped

def test_case_unreachable_2: () -> untyped
Expand Down Expand Up @@ -163,4 +167,18 @@ class TypeCheckTest < Minitest::Test
def test_implicitly_returns_nil: () -> untyped

def test_untyped_hash: () -> untyped

def test_empty_collection: () -> untyped

def test_masgn_splat: () -> untyped

def test_class_module_mismatch: () -> untyped

def test_unknown_record_key: () -> untyped

def test_undeclared_method: () -> untyped

def test_undeclared_method2: () -> untyped

def test_when__assertion: () -> untyped
end

0 comments on commit 2d82884

Please sign in to comment.