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 ded5d25 commit 90f4253Copy full SHA for 90f4253
tests/pos/i17381.scala
@@ -0,0 +1,9 @@
1
+import reflect.Selectable.reflectiveSelectable
2
+
3
+type Y = { type T = String; def u(): T }
4
5
+trait Test {
6
7
+ val y1: Y
8
+ val y2 = y1.u()
9
+}
0 commit comments