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 b7cdb9e commit 65427b5Copy full SHA for 65427b5
tests/init-global/pos/list-colon-colon-next.scala
@@ -0,0 +1,5 @@
1
+object A:
2
+ val a: List[Int] = List(1, 2, 3)
3
+
4
+object B:
5
+ val b = A.a.size
0 commit comments