@publicInBinary
doesn't have any effect on secondary constructors
#22498
Labels
@publicInBinary
doesn't have any effect on secondary constructors
#22498
Compiler version
590691b
Minimized code
Output
Using
javap -p -v Foo.class
, the result is the following:Expectation
Follow SIP-52, specifically the following sentence: This annotation cannot be used on
private
/private[this]
definitions. With the exception of class constructorsThe text was updated successfully, but these errors were encountered: