Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Run2 (0.03 sec)

  1. test/fixedbugs/issue58339.dir/b.go

    // Copyright 2023 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package b
    
    import "./a"
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 09 15:21:37 UTC 2023
    - 202 bytes
    - Viewed (0)
  2. test/fixedbugs/issue58339.dir/a.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package a
    
    func Assert(msgAndArgs ...any) {
    }
    
    func Run() int {
    	Assert("%v")
    	return 0
    }
    
    func Run2() int {
    	return Run()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 09 15:21:37 UTC 2023
    - 285 bytes
    - Viewed (0)
Back to top