Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for appendSimpleProperty (0.12 sec)

  1. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/contracts/description/KtContractDescriptionElementRenderer.kt

                is KaContractBooleanConstantExpression -> appendSimpleProperty(value::booleanConstant, endWithNewLine)
                is KaContractBinaryLogicExpression -> {
                    appendProperty(value::left, ::renderKaContractBooleanExpression)
                    appendProperty(value::right, ::renderKaContractBooleanExpression)
                    appendSimpleProperty(value::operation, endWithNewLine)
                }
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 29 17:43:55 UTC 2024
    - 4.9K bytes
    - Viewed (0)
Back to top