Make typeOf stable since 1.6

#KT-45396 Fixed
This commit is contained in:
Alexander Udalov
2021-07-23 15:55:25 +02:00
parent 98be418245
commit 0b11d4214c
48 changed files with 8 additions and 68 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
@kotlin.SinceKotlin(version = "1.3")
@kotlin.ExperimentalStdlibApi
@kotlin.SinceKotlin(version = "1.6")
@kotlin.WasExperimental(markerClass = {kotlin.ExperimentalStdlibApi::class})
public inline fun <reified T> typeOf(): kotlin.reflect.KType
@kotlin.SinceKotlin(version = "1.4")