A package declaration appears in a context other than the global scope. This is not allowed; packages can only be declared in the global scope.
To correct this error
-
Make sure all packages are declared in the global scope.
A package declaration appears in a context other than the global scope. This is not allowed; packages can only be declared in the global scope.
Make sure all packages are declared in the global scope.