[analysis] remove redundant diagnostic suppression
This commit is contained in:
+1
-1
@@ -455,7 +455,7 @@ internal class KtFe10CallResolver(
|
||||
)
|
||||
}
|
||||
}
|
||||
@Suppress("UNCHECKED_CAST")
|
||||
|
||||
return KtSimpleFunctionCall(
|
||||
partiallyAppliedSymbol,
|
||||
argumentMapping,
|
||||
|
||||
-1
@@ -20,7 +20,6 @@ internal class ValidityAwareCachedValue<T>(
|
||||
) : ReadOnlyProperty<Any, T> {
|
||||
private val lazyValue = lazy(LazyThreadSafetyMode.PUBLICATION, init)
|
||||
|
||||
@Suppress("UNCHECKED_CAST")
|
||||
override fun getValue(thisRef: Any, property: KProperty<*>): T {
|
||||
token.assertIsValidAndAccessible()
|
||||
return lazyValue.value
|
||||
|
||||
Reference in New Issue
Block a user