mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 20:11:17 +00:00
"protocol" => "interface"
This commit is contained in:
committed by
Christoffer Lerno
parent
e380075852
commit
d01d8d3663
@@ -2,12 +2,12 @@
|
||||
module overlap;
|
||||
import std::io;
|
||||
|
||||
protocol TestProto
|
||||
interface TestProto
|
||||
{
|
||||
fn void tesT();
|
||||
}
|
||||
|
||||
protocol TestProto2
|
||||
interface TestProto2
|
||||
{
|
||||
fn void tesT();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user