View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0031720 | 2.x IDE Bugs | Code Editor | Public | 2020-05-26 14:30 | 2020-07-13 15:09 |
Reporter | YellowAfterlife | Assigned To | Russell Kay | ||
Priority | Low | Severity | A - Crash/Hang | Reproducibility | 100% |
Status | Resolved | Resolution | Unable To Reproduce | ||
Platform | OS | Windows 10 Pro | OS Version | >=18362 | |
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0031720: [2.3] Opening a specific code snippet hard crashes the IDE | ||||
Description | I was wondering if you could do this and I guess this is a "no"function A(a) constructor { self.a = a; } function B() : A(argument_count > 0 ? argument[0] : "oh no") constructor { // } function scr_a_bug(){ var b = new B(4); show_debug_message(b.a); } | ||||
Steps To Reproduce | Open the project Open scr_a_bug There it goes | ||||
Tags | CodeEditor | ||||
2.x IDE Found In | 9.2.1.2218 | ||||
2.x Runtime Found In | 9.9.1.1793 | ||||
2.x IDE Verified In | |||||
2.x Runtime Verified In | |||||