sbt/sbt-app/src/sbt-test/tests/test-quick/changed/MathFunction.scala

4 lines
58 B
Scala

object MathFunction {
def times2(i: Int): Int = 2 * 2
}