In Kotlin, i\'m trying to define an Interface with only one method. When trying to the following code:
fun interface someInterFace { fun someFunc() }