blob: def6a6f5c5d9b252fbb667e825ea76a891f521e4 [file] [log] [blame]
package codelens
import "testing"
func TestMain(m *testing.M) {} // no code lens for TestMain
func TestFuncWithCodeLens(t *testing.T) { //@codelens("func", "run test", "test")
}
func thisShouldNotHaveACodeLens(t *testing.T) {
}
func BenchmarkFuncWithCodeLens(b *testing.B) { //@codelens("func", "run test", "test")
}
func helper() {} // expect no code lens