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