Commit 9ff82aec by Remco Bloemen

Remove non-compiling payable default

parent d1af3ef1
...@@ -6,12 +6,6 @@ contract HasNoEtherTest is HasNoEther { ...@@ -6,12 +6,6 @@ contract HasNoEtherTest is HasNoEther {
// Constructor with explicit payable — should still fail // Constructor with explicit payable — should still fail
function HasNoEtherTest() payable { function HasNoEtherTest() payable {
}
// Default function with explicit payable — should still fail
function() external payable {
throw;
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment