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.
1 parent 16e8d0d commit eaf441cCopy full SHA for eaf441c
tests/neg-custom-args/captures/i23389.scala
@@ -15,7 +15,7 @@ package test1:
15
val thunks: Collection[() => Unit] // that's fine
16
17
object FooImpl1 extends Foo:
18
- val thunks: Collection[() => Unit] = Collection.empty // error
+ val thunks: Collection[() => Unit] = Collection.empty // was error, now ok
19
val thunks2: Collection[() => Unit] = Collection.empty[() => Unit] // error
20
val thunks3: Collection[() => Unit] = Collection.empty[() => Unit] // error
21
@@ -31,6 +31,6 @@ package test2:
31
32
33
34
35
36
- val thunks3: Collection[() => Unit] = Collection.empty[() => Unit] // error
+ val thunks3: Collection[() => Unit] = Collection.empty[() => Unit] // error
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments