1 | svoid nuLike assertInstanceOf(Class type, O o) {
|
2 | assertIsInstance(type, o); |
3 | } |
4 | |
5 | svoid assertInstanceOf(O o, Class type) {
|
6 | assertInstanceOf(type, o); |
7 | } |
download show line numbers debug dex old transpilations
Travelled to 5 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1031330 |
| Snippet name: | assertInstanceOf - synonym of assertIsInstance |
| Eternal ID of this version: | #1031330/3 |
| Text MD5: | 2246d03771c35e767a3427efba7c7e2f |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-07-20 04:49:10 |
| Source code size: | 159 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 816 / 866 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |