Merge pull request #171 from sc-forks/struct-parse-bug
Fix parsing bug preventing fn definition in structspull/173/head
commit
9f44f6234e
@ -0,0 +1,7 @@ |
||||
pragma experimental "v0.5.0"; |
||||
|
||||
contract Test { |
||||
struct Fn { |
||||
function(bytes32) internal constant returns(bool) startConditions; |
||||
} |
||||
} |
Loading…
Reference in new issue