Enable partial transpilation for upgradeable package (#4628)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
(cherry picked from commit 58463a9823)
This commit is contained in:
committed by
Francisco Giordano
parent
4ce98d75bf
commit
322df4226d
@ -16,6 +16,8 @@ import {IERC165} from "./IERC165.sol";
|
||||
* return interfaceId == type(MyInterface).interfaceId || super.supportsInterface(interfaceId);
|
||||
* }
|
||||
* ```
|
||||
*
|
||||
* @custom:stateless
|
||||
*/
|
||||
abstract contract ERC165 is IERC165 {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user