blob: 3eba1b387373a4628439e4348058b2076fff07c9 [file] [log] [blame]
// Copyright 2015 The Vanadium 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 test2
import (
"fmt"
"v.io/v23/context"
)
type Type1 struct{}
func (Type1) Method1() {
}
func (Type1) Method2(int) {
//nologcall
fmt.Println("hi there")
}
func (Type1) Method3(ctx *context.T, b int) {
}