-
A simple contract that imports // SPDX-License-Identifier: MIT
pragma solidity > 0.8.0;
import {ERC20} from "@openzeppelin/contracts/token/ERC20/ERC20.sol";
contract Test is ERC20 {
} Compile it with solang:
The
Is this a bug? I'm using the latest version 0.2.1. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
I can't reproduce this. Can you give a copy of your |
Beta Was this translation helpful? Give feedback.
-
@seanyoung I just tried the new release 0.2.2, same problem. My compile command:
The
|
Beta Was this translation helpful? Give feedback.
-
The issue is that ERC20 needs work for Solana, see #1174 |
Beta Was this translation helpful? Give feedback.
The issue is that ERC20 needs work for Solana, see #1174