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 a447c5b + 66af9a5 commit e0e9ddfCopy full SHA for e0e9ddf
compiler/test/dotty/tools/dotc/parsing/ModifiersParsingTest.scala
@@ -136,7 +136,6 @@ class ModifiersParsingTest {
136
assert(source.defParam(0).modifiers == List(Mod.Inline()))
137
138
source = "def f(implicit a: Int, b: Int) = ???"
139
- println(source.defParam(0).modifiers)
140
assert(source.defParam(0).modifiers == List(Mod.Implicit()))
141
assert(source.defParam(1).modifiers == List(Mod.Implicit()))
142
0 commit comments