mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Adding more tests for function types
This commit is contained in:
committed by
Djordje Mijovic
parent
e7d5a7da10
commit
a1da90d14b
@@ -6,5 +6,7 @@ contract C {
|
||||
return (false ? g : h)(2, 1);
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// f() -> 1
|
||||
|
||||
Reference in New Issue
Block a user