Skip to content

Commit

Permalink
disable final! to integrate with f
Browse files Browse the repository at this point in the history
  • Loading branch information
gtrias committed Sep 9, 2024
1 parent 9c8aed0 commit 241b00f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/schema_registry/maybe/absent.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Absent
extend T::Sig
extend T::Generic
include Maybe
final!
# final! FIXME

Value = type_member { { fixed: T.noreturn } }

Expand Down
2 changes: 1 addition & 1 deletion lib/schema_registry/maybe/present.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Present
extend T::Sig
extend T::Generic
include Maybe
final!
# final! FIXME

Value = type_member(:out) { { upper: BasicObject } }

Expand Down

0 comments on commit 241b00f

Please sign in to comment.