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 56c8e7b commit b128fafCopy full SHA for b128faf
tests/pos/i7920.scala
@@ -0,0 +1,6 @@
1
+class Bar {val glass : Int = 0}
2
+class Foo(val bar : Bar) extends scala.reflect.Selectable
3
+val f = new Foo(new Bar) {
4
+ export bar._
5
+}
6
+val fGlass = f.glass
0 commit comments