Rebecca Stambler | ab391d5 | 2020-01-30 19:24:33 -0500 | [diff] [blame] | 1 | package a_test |
2 | |||||
3 | import ( | ||||
4 | "testing" | ||||
5 | ) | ||||
6 | |||||
7 | func TestA2(t *testing.T) { //@TestA2,godef(TestA2, TestA2) | ||||
Heschi Kreinick | a2fa627 | 2020-06-15 14:51:03 -0400 | [diff] [blame] | 8 | Nonexistant() //@diag("Nonexistant", "compiler", "undeclared name: Nonexistant", "error") |
Rebecca Stambler | ab391d5 | 2020-01-30 19:24:33 -0500 | [diff] [blame] | 9 | } |