issue25065

package
v0.0.0-...-833ed6d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 1, 2019 License: GPL-2.0, BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Overview

Package issue25065 has a type with a method that is

  1. referenced in a method expression
  2. not called
  3. not converted to an interface
  4. is a value method but the reference is to the pointer method

These cases avoid the call to makefuncsym from typecheckfunc, but we still need to call makefuncsym somehow or the symbol will not be defined.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func F

func F() func(*T)

Types

type T

type T int

func (T) M

func (t T) M()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL