Skip to content
Snippets Groups Projects
Commit 110c6160 authored by Manos Koukoutos's avatar Manos Koukoutos
Browse files

Change bench. so it does not simplify away VC

parent 01911df9
Branches
Tags
No related merge requests found
...@@ -6,7 +6,7 @@ object Array4 { ...@@ -6,7 +6,7 @@ object Array4 {
def foo(a: Array[Int]): Int = { def foo(a: Array[Int]): Int = {
val tmp = a.updated(0, 0) val tmp = a.updated(0, 0)
42 tmp(0)
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment