Files
narya/core
Ray J. Greenwell d7b4e10430 Only check for the "L" and ";" if we're in an array.
I can't help but over-optimize. We're parsing the result of class.getName(),
it will be a bare class name if not in the array.

Also: Stop going out of our way to not throw an exception if the input
is malformed, as that's the desired result for bad input.
2026-03-21 15:19:13 -07:00
..