We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18538c7 commit bcaff09Copy full SHA for bcaff09
test/cmdlineTests/combined_json_with_devdoc/args
@@ -0,0 +1 @@
1
+--combined-json devdoc --pretty-json --allow-paths .
test/cmdlineTests/combined_json_with_devdoc/c.sol
@@ -0,0 +1,4 @@
+// SPDX-License-Identifier: GPL-3.0
2
+pragma solidity >=0.0;
3
+
4
+contract C {}
test/cmdlineTests/combined_json_with_devdoc/input.sol
+import "./c.sol";
test/cmdlineTests/combined_json_with_devdoc/output
@@ -0,0 +1,15 @@
+{
+ "contracts":
+ {
+ "combined_json_with_devdoc/c.sol:C":
5
6
+ "devdoc":
7
8
+ "kind": "dev",
9
+ "methods": {},
10
+ "version": 1
11
+ }
12
13
+ },
14
+ "version": "<VERSION REMOVED>"
15
+}
0 commit comments