Skip to content

Instantly share code, notes, and snippets.

@Aidan128
Created November 28, 2021 18:07
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/32c60fb341710b730ed9e1c33cae1561 to your computer and use it in GitHub Desktop.
Save Aidan128/32c60fb341710b730ed9e1c33cae1561 to your computer and use it in GitHub Desktop.
Kotlin class to cover
class KotlinClass {
fun function1(): Int =
2 + 2
fun function2(): Int =
3 + 3
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment