github.phpd.cn/thought-machine/please@v12.2.0+incompatible/src/parse/asp/test_data/interpreter/aliases.build (about)

     1  def f(x:int, y:int&z&w):
     2      return x + y
     3  
     4  v = f(x=40, z=2)