-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
area:metaprogramming:quotesIssues related to quotes and splicesIssues related to quotes and splices
Milestone
Description
Compiler version
3.3.1
Minimized example
From the Scala 3 Reference
// libraryDependencies += "org.scala-lang" %% "scala3-staging" % scalaVersion.value
import scala.quoted.staging
given staging.Compiler = staging.Compiler.make(getClass.getClassLoader)
Compiler output
Suspicious top-level unqualified call to getClass
given staging.Compiler = staging.Compiler.make(getClass.getClassLoader)
Expectation
Code examples from the Scala 3 Reference shouldn't raise compiler warnings.
Metadata
Metadata
Assignees
Labels
area:metaprogramming:quotesIssues related to quotes and splicesIssues related to quotes and splices