io.gitlab.arturbosch.detekt.rules.Keywords.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of detekt-psi-utils Show documentation
Show all versions of detekt-psi-utils Show documentation
Static code analysis for Kotlin
package io.gitlab.arturbosch.detekt.rules
/**
* This file contains common literals of keywords, library functions and other idioms of Kotlin language
*/
const val IT_LITERAL = "it"
const val LET_LITERAL = "let"
© 2015 - 2025 Weber Informatics LLC | Privacy Policy