toggle menu
kotlin-compiler-extensions-project
0.5.2+2.1.0-SNAPSHOT
jvm
switch theme
search in API
kotlin-compiler-extensions
/
com.javiersc.kotlin.compiler.extensions.fir
/
toConeType
to
Cone
Type
inline
fun
ClassId
.
toConeType
(
vararg
typeArguments
:
ConeTypeProjection
)
:
ConeClassLikeType
@
JvmName
(
name
=
"toConeTypeWithTypeArgumentsArray"
)
inline
fun
ClassId
.
toConeType
(
typeArguments
:
Array
<
ConeTypeProjection
>
)
:
ConeClassLikeType