summaryrefslogtreecommitdiffstats
path: root/src/internal/types/testdata/fixedbugs/issue46090.go
blob: 07f0101acb1ff9a55b9e179a07aa52942e852206 (plain)
1
2
3
4
5
6
7
8
9
10
11
// -lang=go1.17

// Copyright 2020 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.

// The predeclared type comparable is not visible before Go 1.18.

package p

type _ comparable // ERROR predeclared comparable