Skip to content

Commit 476a617

Browse files
committed
Cache Attributes.empty
1 parent fafa45b commit 476a617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/core/tasty/Attributes.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ object Attributes:
2222
new Attributes(booleanTags.result())
2323
end apply
2424

25-
def empty: Attributes =
25+
val empty: Attributes =
2626
new Attributes(BitSet.empty)

0 commit comments

Comments
 (0)