All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.gitlab.arturbosch.detekt.rules.Keywords.kt Maven / Gradle / Ivy

There is a newer version: 1.23.7
Show newest version
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