aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/ASTJSON/short_type_name_ref.sol
diff options
context:
space:
mode:
Diffstat (limited to 'test/libsolidity/ASTJSON/short_type_name_ref.sol')
-rw-r--r--test/libsolidity/ASTJSON/short_type_name_ref.sol1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/libsolidity/ASTJSON/short_type_name_ref.sol b/test/libsolidity/ASTJSON/short_type_name_ref.sol
new file mode 100644
index 00000000..a808b982
--- /dev/null
+++ b/test/libsolidity/ASTJSON/short_type_name_ref.sol
@@ -0,0 +1 @@
+contract c { function f() public { uint[][] memory rows; } }