[warn] 6 | val f = play.api.libs.json.Json.format[A]
[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[warn] |method ArrowAssoc in object Predef is deprecated since 3.10.0: Use `->` extension method instead.
[warn] |---------------------------------------------------------------------------
[warn] |Inline stack trace
[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
[warn] |This location contains code that was inlined from JsMacroImpl.scala:713
[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
[warn] |This location contains code that was inlined from JsMacroImpl.scala:713
[warn] ---------------------------------------------------------------------------
[warn] one warning found
Play JSON Version (2.5.x / etc)
API (Scala / Java / Neither / Both)
Scala
Operating System (Ubuntu 15.10 / MacOS 10.10 / Windows 10)
all
JDK (Oracle 1.8.0_72, OpenJDK 1.8.x, Azul Zing)
all
Library Dependencies
Expected Behavior
no warning
Actual Behavior
Reproducible Test Case
build.sbt
A.scala
Note
->sugar an inline method scala/scala3#24728