Open MasseGuillaume opened 10 years ago
add an identity function so an expression is ignored when instrumenting code
implicit class Ignore$[T](a : T) { def ignore$ = a } val a = List(1, 2) ignore$
add an identity function so an expression is ignored when instrumenting code