Skip to content

Commit 976a049

Browse files
authored
Merge pull request scalacenter#393 from sjrd/basic-tree-printer
Add a basic printer for trees, with a method Tree.showBasic.
2 parents e2f9476 + 791897a commit 976a049

File tree

8 files changed

+770
-30
lines changed

8 files changed

+770
-30
lines changed

tasty-query/shared/src/main/scala/tastyquery/Names.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ object Names {
6262
val m_+ : SimpleName = termName("+")
6363

6464
val m_apply: SimpleName = termName("apply")
65+
val m_unapply: SimpleName = termName("unapply")
6566
}
6667

6768
object tpnme {

0 commit comments

Comments
 (0)