Files

8 lines
116 B
Kotlin
Vendored

import kotlin.test.*
import test.*
@Test
fun runTest() {
assertEquals(117, bar())
assertEquals(42, baz())
}