Update Plang submodule

This commit is contained in:
Pragmatic Software 2020-09-19 13:15:03 -07:00
parent 9abc92486d
commit 504af40cdc
2 changed files with 2 additions and 2 deletions

2
Plang

@ -1 +1 @@
Subproject commit ec73608184e84b9398ac9ee6283e8f9e855d5d2e
Subproject commit d4fe3aa90be904a6e21d2968e82ae6c3ddc189fb

View File

@ -77,7 +77,7 @@ sub initialize {
[
[['TYPE', 'String'], 'name', undef]
],
['TYPELIST', [['TYPE', 'Map'], ['TYPE', 'Null']]],
['TYPEUNION', [['TYPE', 'Map'], ['TYPE', 'Null']]],
sub { $self->plang_builtin_userget(@_) },
sub { $self->plang_validate_builtin_userget(@_) },
);