saveourtool/diktat

Usage of standard type names in generics should be prohibited

Open

#1 344 ouverte le 3 juin 2022

Voir sur GitHub
 (2 commentaires) (0 réactions) (1 assigné)Kotlin (40 forks)github user discovery
enhancementgood first issuehelp wanted

Métriques du dépôt

Stars
 (571 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

Quite confusing, isn't it?

    fun<Int> foo(a: Int) {
    }

Need to prohibit naming of generic types with standard Kotlin types (kotlin.kotlin_builtins)

Guide contributeur