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.
2 parents 1431be2 + 0700a47 commit b526579Copy full SHA for b526579
compiler/src/dotty/tools/dotc/core/Flags.scala
@@ -24,7 +24,7 @@ object Flags {
24
25
extension (x: FlagSet) {
26
27
- def bits: Long = opaques.toBits(x)
+ inline def bits: Long = opaques.toBits(x)
28
29
/** The union of the given flag sets.
30
* Combining two FlagSets with `|` will give a FlagSet
0 commit comments