mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
13 lines
514 B
Solidity
13 lines
514 B
Solidity
contract C {
|
|
function f() public pure {
|
|
assembly {
|
|
function f(a., x.b) -> t.b, b.. {}
|
|
}
|
|
}
|
|
}
|
|
// ----
|
|
// DeclarationError 3927: (74-76): User-defined identifiers in inline assembly cannot contain '.'.
|
|
// DeclarationError 3927: (78-81): User-defined identifiers in inline assembly cannot contain '.'.
|
|
// DeclarationError 3927: (86-89): User-defined identifiers in inline assembly cannot contain '.'.
|
|
// DeclarationError 3927: (91-94): User-defined identifiers in inline assembly cannot contain '.'.
|