updated mooTwo

This commit is contained in:
Robinson 2023-02-24 16:35:00 +01:00
parent 17ed752ec1
commit 0a11917b17
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C

View File

@ -36,6 +36,7 @@ open class TestCowImpl(val id: Int) : TestCowBaseImpl(), TestCow {
}
override fun mooTwo(value: String): String {
println(value)
return "moo-two: $value"
}