Home
last modified time | relevance | path

Searched refs:ModifierNodeElementDataClassWithLambdaDetector (Results 1 – 3 of 3) sorted by relevance

/compose/lint/internal-lint-checks/src/test/java/androidx/compose/lint/
DModifierNodeElementDataClassWithLambdaDetectorTest.kt31 override fun getDetector(): Detector = ModifierNodeElementDataClassWithLambdaDetector() in getDetector()
34 mutableListOf(ModifierNodeElementDataClassWithLambdaDetector.ISSUE) in getDetector()
/compose/lint/internal-lint-checks/src/main/java/androidx/compose/lint/
DModifierNodeElementDataClassWithLambdaDetector.kt37 class ModifierNodeElementDataClassWithLambdaDetector : Detector(), SourceCodeScanner { in <lambda>() class
84 ModifierNodeElementDataClassWithLambdaDetector::class.java, in <lambda>()
DComposeIssueRegistry.kt42 ModifierNodeElementDataClassWithLambdaDetector.ISSUE