Last active
June 3, 2020 00:06
-
-
Save guilhermekrz/c251edb99a72cc5c8bd5b18d3a7bc6df to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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