mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge remote-tracking branch 'origin/develop' into develop_060
This commit is contained in:
@@ -1 +1,3 @@
|
||||
contract C { enum E { A, B } }
|
||||
|
||||
// ----
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
contract C { event E(); }
|
||||
|
||||
// ----
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
contract C { modifier M { _; } }
|
||||
|
||||
// ----
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
contract C {}
|
||||
|
||||
// ----
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
library L {} contract C { using L for uint; }
|
||||
|
||||
// ----
|
||||
|
||||
Reference in New Issue
Block a user