Closed djerius closed 2 years ago
User error. forgot '-base'. Please disregard.
Hmm, still an interesting case.
I guess -declare
without -base
/-extends
should result in an error.
Bit of a head-scratcher. Reused some code which used -extends
, removed the -extends
having forgotten that it implicitly provides -base
, and boom.
1.999_008 should include a fix for this
Thanks!
Howdy, Tested under 1.999006, 1.016000
The following code:
results in the mysterious error:
Passing the type to
declare
as a string rather than the predeclared type reveals the error: