Minor: remove redundant suppression (#3812)

The suppression is not needed after KT-12448 has been fixed.
This commit is contained in:
KotlinIsland
2021-03-04 15:18:35 +10:00
committed by GitHub
parent bf62e52998
commit 5e173c9f83
@@ -8,7 +8,6 @@ package kotlin.reflect
/**
* Returns a runtime representation of the given reified type [T] as an instance of [KType].
*/
@Suppress("unused") // KT-12448
@SinceKotlin("1.3")
@ExperimentalStdlibApi
public inline fun <reified T> typeOf(): KType =