mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
More crash test cases
This commit is contained in:
parent
1d502033ff
commit
0141c52a60
@ -0,0 +1,14 @@
|
||||
pragma experimental solidity;
|
||||
|
||||
class T: K {
|
||||
function new() -> T;
|
||||
}
|
||||
|
||||
contract C {
|
||||
fallback() external {
|
||||
let k = K.new();
|
||||
}
|
||||
}
|
||||
|
||||
// ----
|
||||
// () ->
|
Loading…
Reference in New Issue
Block a user