"protocol" => "interface"

This commit is contained in:
Christoffer Lerno
2023-10-20 12:42:36 +02:00
committed by Christoffer Lerno
parent e380075852
commit d01d8d3663
48 changed files with 322 additions and 325 deletions

View File

@@ -2,12 +2,12 @@
module overlap;
import std::io;
protocol TestProto
interface TestProto
{
fn void tesT();
}
protocol TestProto2
interface TestProto2
{
fn void tesT();
}