This commit is contained in:
2025-03-16 04:43:20 +01:00
parent 8df331445b
commit ae56266037
5 changed files with 16 additions and 6 deletions
+6 -1
View File
@@ -2,4 +2,9 @@ class String {}
String pony(){}
pony(String arg1, String arg2 = "with_value"){}
pony(String arg1, String arg2 = "with_value"){
String d = "AAA"
}