Uses 911K of libraries. Click here for Pure Java version (450L/3K).
1 | !7 |
2 | |
3 | !include once #1020738 // Loadable Utils |
4 | |
5 | import loadableUtils.utils.Pair; |
6 | |
7 | module PersistenceTest > DynPrintLog {
|
8 | Pair<S> pair; |
9 | |
10 | start {
|
11 | print("Pair: " + pair);
|
12 | setField(pair := pair(randomID(), randomID())); |
13 | print("Set to: " + pair);
|
14 | } |
15 | } |
Began life as a copy of #1020723
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1020751 |
| Snippet name: | Test persistence using Loadable Utils [OK] |
| Eternal ID of this version: | #1020751/3 |
| Text MD5: | c4f6576f29f735f9eed7b9ed91a99df1 |
| Transpilation MD5: | 145d85dc7431f87d6385ffce99a37259 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX source code (Dynamic Module) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-01-01 19:45:45 |
| Source code size: | 277 bytes / 15 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 556 / 750 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |