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
I've encountered this behavior while I was testing #10751. When Test_1.scala name is changed to Test_0.scalahere, the test started failing. It seems to be caused by JavaParser is skipping some annotations.
The text was updated successfully, but these errors were encountered:
* A port of fixes from scala/scala#8781 with improvements.
* Some of improvements come from scala/scala#8982.
* There are small changes to typer to allow for single elements of any
type T be used where array of T is expected inside of java annotations
arguments as it is correct in java and is used in 2 files in scala
standard library.
I've encountered this behavior while I was testing #10751. When
Test_1.scala
name is changed toTest_0.scala
here, the test started failing. It seems to be caused byJavaParser
is skipping some annotations.The text was updated successfully, but these errors were encountered: