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 17a0c6c + 2ac9525 commit 59be459Copy full SHA for 59be459
tests/pos/i14096.scala
@@ -0,0 +1,7 @@
1
+// https://github.com/lampepfl/dotty/issues/14096
2
+object Test:
3
+ object Forte:
4
+ def test[T](i: Int, config: String = ""): Int = 1
5
+ def test[T](i: String): Int = 2
6
+
7
+ Forte.test[Int](1)
0 commit comments