Kotlin: Fix the tests

The handling of Unit is very kludgy at the moment. Will need rethinking.
This commit is contained in:
Ian Lynagh
2021-08-10 16:25:57 +01:00
parent f0903726bf
commit 00cff5593f
4 changed files with 59 additions and 16 deletions

View File

@@ -13,4 +13,3 @@ class ClassFour: ClassThree() {
override fun foo(arg: Int) {
}
}