mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add buglist entry
Co-authored-by: Kamil Śliwak <kamil.sliwak@codepoets.it>
This commit is contained in:
committed by
Kamil Śliwak
co-authored by
Kamil Śliwak
parent
5c7214cbe3
commit
86602852be
@@ -0,0 +1,10 @@
|
||||
contract C {
|
||||
bool public z;
|
||||
function f() public {
|
||||
((z = true) ? this.f : this.f).selector;
|
||||
}
|
||||
}
|
||||
|
||||
// ----
|
||||
// f()
|
||||
// z() -> true
|
||||
Reference in New Issue
Block a user