We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Attributes.empty
1 parent fafa45b commit 476a617Copy full SHA for 476a617
compiler/src/dotty/tools/dotc/core/tasty/Attributes.scala
@@ -22,5 +22,5 @@ object Attributes:
22
new Attributes(booleanTags.result())
23
end apply
24
25
- def empty: Attributes =
+ val empty: Attributes =
26
new Attributes(BitSet.empty)
0 commit comments