We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8a521f commit 95f0021Copy full SHA for 95f0021
tests/pos/i22567.scala
@@ -0,0 +1,10 @@
1
+//> using options -Werror
2
+
3
+object A1 {
4
+ def f1(implicit x1: String, x2: Int = 2): Unit = ()
5
+}
6
7
+object A2 {
8
+ given String = "s"
9
+ def f2 = A1.f1
10
0 commit comments