Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for CLOSURE (0.07 sec)

  1. src/cmd/compile/internal/ssagen/ssa.go

    type openDeferInfo struct {
    	// The node representing the call of the defer
    	n *ir.CallExpr
    	// If defer call is closure call, the address of the argtmp where the
    	// closure is stored.
    	closure *ssa.Value
    	// The node representing the argtmp where the closure is stored - used for
    	// function, method, or interface call, to store a closure that panic
    	// processing can use for this defer.
    	closureNode *ir.Name
    }
    
    type state struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  2. ChangeLog.md

    - [`KT-26768`](https://youtrack.jetbrains.com/issue/KT-26768) K1 IDE: False positive "Smart cast to '$CLASS$' is impossible", on local variable in run closure
    - [`KT-63525`](https://youtrack.jetbrains.com/issue/KT-63525) K2: "IllegalStateException: Fake override should have at least one overridden descriptor" caused by unreachable code
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
Back to top