Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Wrap (0.16 sec)

  1. .idea/codeStyles/Project.xml

          <option name="METHOD_CALL_CHAIN_WRAP" value="1" />
          <option name="BINARY_OPERATION_WRAP" value="5" />
          <option name="TERNARY_OPERATION_WRAP" value="5" />
          <option name="TERNARY_OPERATION_SIGNS_ON_NEXT_LINE" value="true" />
          <option name="FOR_STATEMENT_WRAP" value="5" />
          <option name="ARRAY_INITIALIZER_WRAP" value="1" />
          <option name="ASSIGNMENT_WRAP" value="1" />
    XML
    - Registered: Fri May 03 08:18:13 GMT 2024
    - Last Modified: Tue May 02 13:36:56 GMT 2023
    - 4.1K bytes
    - Viewed (3)
  2. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KtFirExpressionInfoProvider.kt

                /**
                 * NON-EXPRESSION PARENTS
                 */
                // KtValueArguments are a container for call-sites, and use exactly the
                // argument expression they wrap.
                is KtValueArgument ->
                    parent.getArgumentExpression() == child
    
                is KtDelegatedSuperTypeEntry ->
                    parent.delegateExpression == child
    
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Mon Feb 12 20:38:23 GMT 2024
    - 17.6K bytes
    - Viewed (0)
Back to top