Moves all interface function visibility related tests.

This commit is contained in:
Erik Kundt
2018-04-03 11:16:50 +02:00
parent 8fe1cfb12e
commit 601659c384
6 changed files with 26 additions and 48 deletions
@@ -0,0 +1,6 @@
pragma experimental "v0.5.0";
interface I {
function f() public;
}
// ----
// TypeError: Functions in interfaces must be declared external.