[FIR] Implement suppressing diagnostics with @Suppress
This commit is contained in:
@@ -83,6 +83,8 @@ object StandardClassIds {
|
||||
fun FunctionN(n: Int): ClassId {
|
||||
return "Function$n".baseId()
|
||||
}
|
||||
|
||||
val Suppress = "Suppress".baseId()
|
||||
}
|
||||
|
||||
private fun <K, V> Map<K, V>.inverseMap() = entries.associate { (k, v) -> v to k }
|
||||
|
||||
Reference in New Issue
Block a user