Koblat 1.0.74 update.

This commit is contained in:
Erik C. Thauvin 2017-04-23 17:24:42 -07:00
parent 4b2c0add7d
commit 8245a23d79
11 changed files with 72 additions and 54 deletions

View file

@ -1,8 +0,0 @@
package com.example
import org.testng.annotations.Test
class ExampleTest {
@Test
fun f() = println("Running test")
}