blob: 93a4a709500d2d00e8ce3771a98055ee4f0cd59e [file] [log] [blame]
package builtins
func _() {
var _ []bool //@item(builtinBoolSliceType, "[]bool", "[]bool", "type")
var _ []bool = make() //@rank(")", builtinBoolSliceType, int)
var _ []bool = make([], 0) //@rank(",", bool, int)
var _ [][]bool = make([][], 0) //@rank(",", bool, int)
}