We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02f3032 commit 78165c3Copy full SHA for 78165c3
unity/test/Src/Cases/Python/CrossLang/GenericTest.cs
@@ -48,9 +48,9 @@ public void ListRangePythonTest()
48
var pythonEnv = new ScriptEnv(new BackendPython());
49
pythonEnv.Eval(@"
50
exec('''
51
-import System.Collections.Generic.List__T1 as List
+import System.Collections.Generic.List_1 as List_1
52
import System
53
-ListInt = puerts.generic(List, System.Int32)
+ListInt = puerts.generic(List_1, System.Int32)
54
ls = ListInt()
55
ls.Add(1)
56
ls.Add(2)
0 commit comments