We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8ebb13 commit 0f48753Copy full SHA for 0f48753
library/src/scala/quoted/Quotes.scala
@@ -3619,6 +3619,7 @@ trait Quotes { self: runtime.QuoteUnpickler & runtime.QuoteMatching =>
3619
def isClassConstructor: Boolean
3620
3621
/** Is this the super accessor? */
3622
+ @experimental
3623
def isSuperAccessor: Boolean
3624
3625
/** Is this the definition of a type? */
0 commit comments