Sign in
◑
Theme
pigweed
/
third_party
/
github
/
bazelbuild
/
buildtools
/
d171d550ae01199f36c07cb632dcbe6cebe7e8d4
/
.
/
build
/
testdata
/
080.in
blob: fe7fc43de0cdeb26f78ac3597687a38fc6552144 [
file
]
# 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