Empty arguments in non-constructor methods will result in a runtime error.
|
|
Resolved
Empty arguments in non-constructor methods could have resulted in a runtime error.
|
BYOND Version: | 511 |
Operating System: | Windows 10 Home 64-bit |
Web Browser: | Firefox 57.0 |
Applies to: | DM Language |
|
Status: |
Resolved (b1.2.2.20171227)
This issue has been resolved.
|
|
|
Descriptive Problem Summary:
Empty arguments in non-constructor methods will result in a runtime error.
Code Snippet (if applicable) to Reproduce Problem:
var/pif_LongInt/Unsigned32/U = new U.Add()
Expected Results:
U will have the value of 0.
Actual Results:
U an invalid index runtime error occurs.
Workarounds:
Avoid using empty arguments.
|