Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for neverCalled (0.11 sec)

  1. test/fixedbugs/issue46653.dir/main.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package main
    
    import (
    	bad "issue46653.dir/bad"
    )
    
    func main() {
    	bad.Bad()
    }
    
    func neverCalled() L {
    	m := make(map[string]L)
    	return m[""]
    }
    
    type L struct {
    	A Data
    	B Data
    }
    
    type Data struct {
    	F1 [22][]string
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 09 02:18:34 UTC 2021
    - 378 bytes
    - Viewed (0)
Back to top