| // Copyright 2023 The Go Authors. All rights reserved. | |
| // Use of this source code is governed by a BSD-style | |
| // license that can be found in the LICENSE file. | |
| // Test case for go.dev/issue/64534. | |
| // Parser should not panic during object resolution. | |
| package main | |
| func _[A /* ERROR "missing type parameter name" */ $(B](){}} |