Partial rename of 'Experimentality' around K1 checkers

This commit is contained in:
Mikhail Glukhikh
2022-05-31 10:35:51 +02:00
committed by Space
parent 8d2868da32
commit 8baff4404d
9 changed files with 108 additions and 139 deletions
@@ -8,7 +8,7 @@ package org.jetbrains.kotlin.resolve.checkers
import org.jetbrains.kotlin.descriptors.annotations.KotlinTarget
import org.jetbrains.kotlin.name.FqName
data class Experimentality(val annotationFqName: FqName, val severity: Severity, val message: String?) {
data class OptInDescription(val annotationFqName: FqName, val severity: Severity, val message: String?) {
enum class Severity { WARNING, ERROR, FUTURE_ERROR }
companion object {