mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Modifiers for constructors.
This commit is contained in:
+2
@@ -45,5 +45,7 @@ contract C is A {
|
||||
}
|
||||
}
|
||||
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// getData() -> 0x4300
|
||||
|
||||
@@ -22,6 +22,7 @@ contract C is A {
|
||||
_;
|
||||
}
|
||||
}
|
||||
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// getData() -> 6
|
||||
|
||||
Reference in New Issue
Block a user