diff options
author | Liana Husikyan <liana@ethdev.com> | 2015-03-21 00:02:24 +0800 |
---|---|---|
committer | Liana Husikyan <liana@ethdev.com> | 2015-03-25 20:59:39 +0800 |
commit | e3ea90e997caf1d316252ad16ecb14c4d6163da5 (patch) | |
tree | c2ec90b16cacc0ad85e9aa20f5c6294a089bb873 /Types.h | |
parent | 011d95e7e348908b1027dea922a429517cdebf07 (diff) | |
download | dexon-solidity-e3ea90e997caf1d316252ad16ecb14c4d6163da5.tar.gz dexon-solidity-e3ea90e997caf1d316252ad16ecb14c4d6163da5.tar.zst dexon-solidity-e3ea90e997caf1d316252ad16ecb14c4d6163da5.zip |
added check for events and stat variables
Diffstat (limited to 'Types.h')
-rw-r--r-- | Types.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -187,7 +187,8 @@ public: "for type without literals.")); } - /// Returns address of type for ABI interface + /// @returns a type suitable for outside of Solidity, i.e. for contract types it returns address. + /// If there is no such type, returns an empty shared pointer. virtual TypePointer externalType() const { return TypePointer(); } protected: |