Skip to content

Commit

Permalink
add test for colon colon next scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
willerf committed Apr 28, 2024
1 parent b7cdb9e commit 65427b5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/init-global/pos/list-colon-colon-next.scala
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
object A:
val a: List[Int] = List(1, 2, 3)

object B:
val b = A.a.size

0 comments on commit 65427b5

Please sign in to comment.