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
/
coneKotlinType
cone
Kotlin
Type
inline
fun
<
T
>
FirSession
.
coneKotlinType
(
vararg
typeArguments
:
ConeTypeProjection
)
:
ConeKotlinType
@
JvmName
(
name
=
"coneKotlinTypeWithTypeArgumentsArray"
)
inline
fun
<
T
>
FirSession
.
coneKotlinType
(
typeArguments
:
Array
<
ConeTypeProjection
>
=
emptyArray()
)
:
ConeKotlinType
val
FirBasedSymbol
<
*
>
.
coneKotlinType
:
ConeKotlinType