mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix dependency tracking for abstract contracts for Yul codegen
This commit is contained in:
@@ -11,5 +11,7 @@ contract D {
|
||||
return test();
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// compileViaYul: true
|
||||
// ----
|
||||
// f() -> true
|
||||
|
||||
@@ -11,5 +11,7 @@ contract D {
|
||||
return test();
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// compileViaYul: true
|
||||
// ----
|
||||
// f() -> 2
|
||||
|
||||
Reference in New Issue
Block a user