Skip to content

Commit 0f48753

Browse files
committed
Make SymbolMethods.isSuperAccessor experimental
1 parent d8ebb13 commit 0f48753

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/src/scala/quoted/Quotes.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3619,6 +3619,7 @@ trait Quotes { self: runtime.QuoteUnpickler & runtime.QuoteMatching =>
36193619
def isClassConstructor: Boolean
36203620

36213621
/** Is this the super accessor? */
3622+
@experimental
36223623
def isSuperAccessor: Boolean
36233624

36243625
/** Is this the definition of a type? */

0 commit comments

Comments
 (0)