test

package
v0.0.0-...-56b0efd Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2023 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Overview

Issue 1909 Would OOM due to exponential recursion on Foo's expanded methodset in nodefmt

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Foo

type Foo interface {
	Bar() interface {
		Foo
	}
	Baz() interface {
		Foo
	}
	Bug() interface {
		Foo
	}
}

Jump to

Keyboard shortcuts

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