Add buglist entry

Co-authored-by: Kamil Śliwak <kamil.sliwak@codepoets.it>
This commit is contained in:
r0qs
2023-07-18 18:15:32 +02:00
committed by Kamil Śliwak
co-authored by Kamil Śliwak
parent 5c7214cbe3
commit 86602852be
4 changed files with 67 additions and 5 deletions
@@ -0,0 +1,10 @@
contract C {
bool public z;
function f() public {
((z = true) ? this.f : this.f).selector;
}
}
// ----
// f()
// z() -> true