aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/ASTJSON/short_type_name_ref.sol
blob: a808b982b486e306b4d922e5c169f279b1a9b648 (plain) (blame)
1
contract c { function f() public { uint[][] memory rows; } }