Comment #1 by razvan.nitu1305 — 2022-07-14T12:19:28Z
Compiling this code with the latest version of master yields:
test.d(3): Error: function `test.CharSequence.toString` circular reference to class `CharSequence`
test.d(1): Error: template instance `test.JavaClass!(CharSequence)` error instantiating
test.d(1): Error: class `test.CharSequence` no size because of forward reference
The first error message is confusing, but the rest are correct.