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.ir
/
toIrConstOrNull
to
Ir
Const
Or
Null
inline
fun
IrExpression
?
.
toIrConstOrNull
(
irType
:
IrType
?
=
this?.type
,
startOffset
:
Int
=
SYNTHETIC_OFFSET
,
endOffset
:
Int
=
SYNTHETIC_OFFSET
)
:
IrConst
?