Skip to content

Commit 2b1c0ee

Browse files
rsshnicolasstucki
andauthored
overload overloaded
Co-authored-by: Nicolas Stucki <[email protected]>
1 parent 14dfa14 commit 2b1c0ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

library/src/scala/tasty/Reflection.scala

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,9 @@ trait Reflection { reflection =>
513513
def unique(qualifier: Term, name: String): Select
514514

515515
// TODO rename, this returns an Apply and not a Select
516+
/** Call an overloaded method with the given type and term parameters */
517+
def overloaded(qualifier: Term, name: String, targs: List[Type], args: List[Term]): Apply
518+
516519
/** Call an overloaded method with the given type and term parameters */
517520
def overloaded(qualifier: Term, name: String, targs: List[Type], args: List[Term], returnType: Type): Apply
518521

0 commit comments

Comments
 (0)