mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Extract tests.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
library Lib {
|
||||
function Lib();
|
||||
}
|
||||
// ----
|
||||
// Warning: (15-30): Defining constructors as functions with the same name as the contract is deprecated. Use "constructor(...) { ... }" instead.
|
||||
// TypeError: (15-30): Constructor cannot be defined in libraries.
|
||||
// TypeError: (15-30): Constructor must be implemented if declared.
|
||||
Reference in New Issue
Block a user