修正了种子编译器的错误
This commit is contained in:
27
Test/GenericTest3/temp/01d9e58c9dd31a4d.pyi
Normal file
27
Test/GenericTest3/temp/01d9e58c9dd31a4d.pyi
Normal file
@@ -0,0 +1,27 @@
|
||||
"""
|
||||
Auto-generated Python stub file from main.py
|
||||
Module: main
|
||||
"""
|
||||
|
||||
import c
|
||||
|
||||
|
||||
import t
|
||||
import stdio
|
||||
import testcheck
|
||||
|
||||
def double[T](x: int) -> int: pass
|
||||
|
||||
def test_explicit_type_arg() -> t.CInt: pass
|
||||
|
||||
def identity[T](x: int) -> int: pass
|
||||
|
||||
def test_identity_explicit() -> t.CInt: pass
|
||||
|
||||
def add_one[T](x: T) -> T: pass
|
||||
|
||||
def test_add_one_explicit() -> t.CInt: pass
|
||||
|
||||
def test_mixed_inference_explicit() -> t.CInt: pass
|
||||
|
||||
def main() -> t.CInt: pass
|
||||
Reference in New Issue
Block a user