This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
solidity
Watch
16
Star
0
Fork
0
You've already forked solidity
mirror of
https://github.com/ethereum/solidity
synced
2023-10-03 13:03:40 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
1a8e9f6ac4
solidity
/
test
/
cmdlineTests
/
ast_compact_json_no_pretty_json
/
input.sol
5 lines
74 B
Solidity
Raw
Normal View
History
Unescape
Escape
Make --pretty-json work with Standard JSON output
2021-07-07 11:18:24 +00:00
// SPDX-License-Identifier: GPL-3.0
pragma solidity
>=
0
.
0
;
Set handlers use unified jsonPrint with prettifier if needed
2021-10-22 02:05:49 +00:00
Make --pretty-json work with Standard JSON output
2021-07-07 11:18:24 +00:00
contract
C
{
}
Reference in New Issue
Copy Permalink