Minor: remove redundant suppression (#3812)
The suppression is not needed after KT-12448 has been fixed.
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user