You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// javap -v dottyErasure.Z
public void intARRAY_131(java.lang.String[]);
descriptor: ([I)Vflags: ACC_PUBLICCode:
stack=0, locals=2, args_size=20:returnLineNumberTable:
line 257:0LocalVariableTable:StartLengthSlotNameSignature010thisLdottyErasure/Z;
011 x [ISignature:#187// ([Ljava/lang/String;)VMethodParameters:NameFlags
x final
Expectation
public void intARRAY_131(int[]);
The text was updated successfully, but these errors were encountered:
bishabosha
changed the title
java generic signature for array intersection does not match erasedGlb
java generic signature for Array intersection does not match erasedGlb
Apr 23, 2021
smarter
added a commit
to dotty-staging/dotty
that referenced
this issue
Apr 23, 2021
Uh oh!
There was an error while loading. Please reload this page.
Compiler version
3.0.0-RC2
Minimized code
Output
Expectation
public void intARRAY_131(int[]);
The text was updated successfully, but these errors were encountered: