Skip to content

Instantly share code, notes, and snippets.

@takahirom
Last active March 1, 2022 00:43
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 takahirom/f55fb47cbed39112d6fa415850a044bb to your computer and use it in GitHub Desktop.
Save takahirom/f55fb47cbed39112d6fa415850a044bb to your computer and use it in GitHub Desktop.
class HogeActivity {
fun onClick() {
brokenAmazingFeature() // Crash when clicked!!!
}
}
fun brokenAmazingFeature() {
TODO("aaaaa")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment