unit-tests: Top level test support
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user