Searched refs:constantValueExpression (Results 1 – 1 of 1) sorted by relevance
387 …override fun constantValueExpression(): String? = node.detailOrNull(NodeKind.Value)?.let { it.name… in isSynthetic() method388 override fun constantValue(): Any? = constantValueExpression() in constantValue()