Skip to content

Commit

Permalink
Cache Attributes.empty
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasstucki committed Nov 27, 2023
1 parent fafa45b commit 476a617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/src/dotty/tools/dotc/core/tasty/Attributes.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ object Attributes:
new Attributes(booleanTags.result())
end apply

def empty: Attributes =
val empty: Attributes =
new Attributes(BitSet.empty)

0 comments on commit 476a617

Please sign in to comment.