From: James Anderson on
I figured out the problem here. I created a local variable
with the same name as the package. As a result
meta.package.fromName executed on the variable and did not
include any classes. Changing the variable name solved the
problem.
From: James Anderson on
My mistake. The local variable name collision wasn't the
problem after. I realized I'd already created the class
during the session and when I restarted Matlab the old
problem returned.