Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for returnsInt (0.18 sec)

  1. api/go1.txt

    pkg go/ast, type RangeStmt struct, TokPos token.Pos
    pkg go/ast, type RangeStmt struct, Value Expr
    pkg go/ast, type RangeStmt struct, X Expr
    pkg go/ast, type ReturnStmt struct
    pkg go/ast, type ReturnStmt struct, Results []Expr
    pkg go/ast, type ReturnStmt struct, Return token.Pos
    pkg go/ast, type Scope struct
    pkg go/ast, type Scope struct, Objects map[string]*Object
    pkg go/ast, type Scope struct, Outer *Scope
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (2)
  2. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KtFirExpressionInfoProvider.kt

                // Lambdas do not use their expression-blocks if they are inferred
                // to be of unit type
                is KtFunctionLiteral ->
                    parent.bodyBlockExpression == child && !returnsUnit(parent)
    
                /** See [doesNamedFunctionUseBody] */
                is KtNamedFunction ->
                    doesNamedFunctionUseBody(parent, 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