Could not get the `Flags.Given` by reflection · Issue #25892 · scala/scala3
Compiler version 3.8.4-RC1 3.3.7 Minimized code A.scala package example import scala.quoted.* object A { given x1: Int = 2 given x2(using Int): String = "a" inline def test: Unit = ${ testImpl } de...