unit-tests: Top level test support

This commit is contained in:
Ilya Matveev
2017-09-13 19:41:39 +03:00
committed by ilmat192
parent 45992a2b75
commit f1c59707dd
6 changed files with 332 additions and 228 deletions
+4 -13
View File
@@ -8,17 +8,8 @@ class A {
}
}
//abstract class AA<T> {
// abstract fun a(): T
//}
//
//
//class BB: AA<Int>() {
// override fun a() = 5
//}
//@Test
//fun test() {
// println("test")
//}
@Test
fun test() {
println("test")
}