Don't require the module name after end
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
implementation module Common;
|
||||
|
||||
end Common.
|
||||
end.
|
||||
|
Reference in New Issue
Block a user
@ -1,3 +1,3 @@
|
||||
implementation module Common;
|
||||
|
||||
end Common.
|
||||
end.
|
||||
|