Skip to content

Instantly share code, notes, and snippets.

@Aidan128
Created December 9, 2021 23:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Aidan128/a52d8edf708e50b3628ae6faeb2e1cca to your computer and use it in GitHub Desktop.
Save Aidan128/a52d8edf708e50b3628ae6faeb2e1cca to your computer and use it in GitHub Desktop.
Kotlin class to cover (extended)
class KotlinClass {
fun function1(): Int =
2 + 2
fun function2(): Int =
3 + 3
fun function3(): Int =
4 + 4
fun function4(): Int =
5 + 5
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment