Skip to content

Commit 4c80d35

Browse files
Update library/src/scala/quoted/Quotes.scala
Co-authored-by: Guillaume Martres <[email protected]>
1 parent f6b3b53 commit 4c80d35

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

library/src/scala/quoted/Quotes.scala

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3954,7 +3954,10 @@ trait Quotes { self: runtime.QuoteUnpickler & runtime.QuoteMatching =>
39543954
*/
39553955
def typeRef: TypeRef
39563956

3957-
/** Term reference to the symbol usable in the scope of its owner. */
3957+
/** Term reference to the symbol usable in the scope of its owner.
3958+
*
3959+
* @pre symbol.isType returns false
3960+
*/
39583961
def termRef: TermRef
39593962
end extension
39603963
}

0 commit comments

Comments
 (0)