blob: 7774e498a29a33f90b71aa60f2fcf2317b8e6e55 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* custom error:Failed to cast arguments*/
/* dqfile can not */
USE plato;
$f=Python3::f(@@
def f(x):
"""
Callable<(Int32)->Int32>
"""
return ""
@@);
select $f(0);
|