Partial rename of 'Experimentality' around K1 checkers
This commit is contained in:
+1
-1
@@ -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 {
|
||||
Reference in New Issue
Block a user