Transpiled version (14295L) is out of date.
1 | scope test_unstructure_doneLoading |
2 | |
3 | sclass #Test { |
4 | int value; |
5 | |
6 | public void _doneLoading { |
7 | value = 5; |
8 | } |
9 | } |
10 | |
11 | svoid test_unstructure_doneLoading() { |
12 | Test t = restructure(new Test); |
13 | assertEqualsVerbose(5, t.value); |
14 | } |
download show line numbers debug dex old transpilations
Travelled to 2 computer(s): mowyntqkapby, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1036414 |
Snippet name: | test_unstructure_doneLoading (OK) |
Eternal ID of this version: | #1036414/2 |
Text MD5: | 886995e37d44816bfac5640494991ff2 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-12-11 14:56:59 |
Source code size: | 240 bytes / 14 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 117 / 171 |
Version history: | 1 change(s) |
Referenced in: | [show references] |