mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Allow and require use-src to be repeated for each object.
This commit is contained in:
@@ -10,6 +10,7 @@ object "a" {
|
||||
datasize("sub")
|
||||
)
|
||||
}
|
||||
/// @use-src 3: "abc.sol" , 2: "def.sol"
|
||||
object "sub" {
|
||||
code {
|
||||
/// @src 2:70:72
|
||||
|
||||
Reference in New Issue
Block a user