Closed
Description
While testing another patch, I got this output:
[info] Test dotty.tools.dotc.CompilationTests.fuzzyAll started
<B:J>Ljava/lang/Object;: ':' expected at index 4ted (115/146, 0 failed, 2s)
<B:J>()V: ':' expected at index 4
[=======================================] completed (146/146, 0 failed, 3s)
Grep suggests that might be coming from https://github.com/lampepfl/scala/blob/9ef70dd9b9eeec11cfb72dabb57c61198fa18a20/src/asm/scala/tools/asm/util/CheckClassAdapter.java#L993.
Noting this for future usage, can't investigate right now...