Skip to content

Instantly share code, notes, and snippets.

@guilhermekrz
Last active June 3, 2020 00:06
Show Gist options
  • Save guilhermekrz/c251edb99a72cc5c8bd5b18d3a7bc6df to your computer and use it in GitHub Desktop.
Save guilhermekrz/c251edb99a72cc5c8bd5b18d3a7bc6df to your computer and use it in GitHub Desktop.
class TooManyParametersDetectorTest : LintDetectorTest() {
override fun getDetector(): Detector = TODO()
override fun getIssues(): MutableList<Issue> = TODO()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment