Recognize -behavior attribute in opt_types script

This commit is contained in:
Pawel Chmielowski
2026-01-22 15:06:41 +01:00
parent f417b9f7c3
commit ae5356b2a6
+2
View File
@@ -594,6 +594,8 @@ is_behaviour(AbsCode, Mod) ->
true;
{attribute, {behaviour, Mod}} ->
true;
{attribute, {behavior, Mod}} ->
true;
_ ->
false
end