goplus / igop

The Go/Go+ Interpreter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

no concrete method for token.File

visualfc opened this issue · comments

commented

demo

package main

import (
	"go/token"
)

type CFG struct {
}

func (g *CFG) Format(fset *token.FileSet) {
}

func main() {
}

no concrete method: func (*sync/atomic.Pointer[go/token.File]).CompareAndSwap(*go/token.File, *go/token.File) bool