Skip to content

Commit 777636f

Browse files
author
Antoine Brunner
committed
Add test file
1 parent 9b62e78 commit 777636f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
IArray(1,2)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
object Test extends App {
3+
val arr = IArray[Int](1, 2, 3)
4+
println(arr.take(2))
5+
}

0 commit comments

Comments
 (0)