Skip to content

Commit 65427b5

Browse files
committed
add test for colon colon next scenario
1 parent b7cdb9e commit 65427b5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)