java.lang.ClassFormatError: Method foo in class CLibrary has illegal modifiers: 0x101 #9432
Labels
area:annotations
area:refchecks
good first issue
Perfect for someone who wants to get started contributing
help wanted
itype:bug
Minimized code
Output
Expectation
Modifiers
native
anddefault
(since Java 8) are mutual exclusive (see abovejavap
output).Source file
src\main\scala\I9432.scala
should not compile.The text was updated successfully, but these errors were encountered: