Sign in
◑
Theme
fuchsia
/
third_party
/
github.com
/
bazelbuild
/
buildtools
/
refs/heads/main
/
.
/
build
/
testdata
/
080.in
blob: fe7fc43de0cdeb26f78ac3597687a38fc6552144 [
file
] [
edit
]
# Test that `type` soft keyword can be used as ordinary identifier in valid contexts.
def
_type_test_cases
():
a
=
type
b
=
type
.
foo
()
c
=
foo
.
type
[
0
]
d
=
type
(
1
,
2
,
3
)
e
=
type
(
type
=
1
)
def
type
(
type
=
""
):
return
type