Move couple of parser tests to syntax tests.

This commit is contained in:
Alex Beregszaszi
2018-05-16 03:48:37 +02:00
parent 2ba0002998
commit 7fb43fe854
12 changed files with 102 additions and 132 deletions
@@ -0,0 +1,6 @@
interface Interface {
function f();
}
// ----
// Warning: (23-36): Functions in interfaces should be declared external.
// Warning: (23-36): No visibility specified. Defaulting to "public". In interfaces it defaults to external.