pulumi/tests/integration/python/pyright/__main__.py

9 lines
240 B
Python

# Copyright 2016-2024, Pulumi Corporation. All rights reserved.
"""An example program that type checks with pyright"""
import pulumi
# This export won't work because the first argument is a number, not a string
pulumi.export(42, 'bar')