Minor, add kdoc for typeOf

This commit is contained in:
Alexander Udalov
2019-06-06 19:03:10 +02:00
parent 42b7552d17
commit fec9ee6408
@@ -5,6 +5,9 @@
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