mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Deleting yul unimplemented test.
This commit is contained in:
@@ -1 +0,0 @@
|
||||
--ir --error-codes
|
||||
@@ -1,5 +0,0 @@
|
||||
Error (1834): Unimplemented feature error in <FILENAME REMOVED>
|
||||
--> yul_unimplemented/input.sol:6:16:
|
||||
|
|
||||
6 | return type(test).name;
|
||||
| ^^^^^^^^^^^^^^^
|
||||
@@ -1 +0,0 @@
|
||||
1
|
||||
@@ -1,8 +0,0 @@
|
||||
// SPDX-License-Identifier: GPL-3.0
|
||||
pragma solidity >=0.0;
|
||||
pragma abicoder v2;
|
||||
contract test {
|
||||
function f() public pure returns (string memory) {
|
||||
return type(test).name;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user