Update.
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user