| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e2ab3ae commit 6a5c3a4
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -713,6 +713,10 @@ public static string ParamsArrayOverloaded(int i, params int[] paramsArray) | |||
| 713 | 713 | { | |
| 714 | 714 | return "with params-array"; | |
| 715 | 715 | } | |
| 716 | + | ||
| 717 | + public static void EncodingTestÅngström() | ||
| 718 | + { | ||
| 719 | + } | ||
| 716 | 720 | } | |
| 717 | 721 | ||
| 718 | 722 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1221,3 +1221,5 @@ def test_params_array_overload(): | |||
| 1221 | 1221 | # res = MethodTest.ParamsArrayOverloaded(paramsArray=[], i=1) | |
| 1222 | 1222 | # assert res == "with params-array" | |
| 1223 | 1223 | ||
| 1224 | + def test_method_encoding(): | ||
| 1225 | + MethodTest.EncodingTestÅngström() | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments