Transpiled version (12436L) is out of date.
1 | svoid test_unstructureMissingClassObject() { |
2 | S s = [[class("bla.notexistant")]]; |
3 | DynamicObject o = cast unstruct(s); |
4 | assertEqualsVerbose(Class.class.getName(), o.className); |
5 | assertEqualsVerbose("bla.notexistant", get name(o)); |
6 | assertEqualsVerbose(s, struct(o)); |
7 | } |
download show line numbers debug dex old transpilations
Travelled to 2 computer(s): elmgxqgtpvxh, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1036286 |
Snippet name: | test_unstructureMissingClassObject |
Eternal ID of this version: | #1036286/3 |
Text MD5: | b72d8c6d3309c271cec6fc9ec37ec266 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-11-11 17:43:37 |
Source code size: | 279 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 137 / 187 |
Version history: | 2 change(s) |
Referenced in: | [show references] |