We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.0.0-RC2
package dottyErasure trait A class VC(val self: A) extends AnyVal class Z { def vcARRAY(x: Array[VC]): Unit = {} }
public void vcARRAY(dottyErasure.A[]); descriptor: ([LdottyErasure/VC;)V flags: ACC_PUBLIC Code: stack=0, locals=2, args_size=2 0: return LineNumberTable: line 222: 0 LocalVariableTable: Start Length Slot Name Signature 0 1 0 this LdottyErasure/Z; 0 1 1 x [LdottyErasure/VC; Signature: #217 // ([LdottyErasure/A;)V MethodParameters: Name Flags x final
the generic signature should be public void vcARRAY(dottyErasure.VC[])
public void vcARRAY(dottyErasure.VC[])
The text was updated successfully, but these errors were encountered:
smarter
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Compiler version
3.0.0-RC2
Minimized code
Output
Expectation
the generic signature should be
public void vcARRAY(dottyErasure.VC[])
The text was updated successfully, but these errors were encountered: