Skip to content

Commit

Permalink
Add nonempty_binary and nonempty_bitstring (#1454)
Browse files Browse the repository at this point in the history
Added types were introduced in OTP24, but since macro FEATURE_AVAILABLE (introduced in OTP25) is available, I think those types should be too.
  • Loading branch information
MarkoMin authored Dec 21, 2023
1 parent 8e25c99 commit 0f4eb7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/els_lsp/src/els_completion_provider.erl
Original file line number Diff line number Diff line change
Expand Up @@ -996,6 +996,8 @@ bifs(type_definition, ItemFormat) ->
{'nil', 0},
{'no_return', 0},
{'node', 0},
{'nonempty_binary', 0},
{'nonempty_bitstring', 0},
{'nonempty_improper_list', 2},
{'nonempty_list', 1},
{'non_neg_integer', 0},
Expand Down

0 comments on commit 0f4eb7b

Please sign in to comment.