mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Fix test.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
module test2;
|
||||
import test3;
|
||||
struct Bar @if($defined(Foo.b)) // #warning: There might be a method 'b' for 'Foo', but methods for the type have not yet been
|
||||
struct Bar @if($defined(Foo.b)) // warning: There might be a method 'b' for 'Foo', but methods for the type have not yet been
|
||||
{
|
||||
int a;
|
||||
}
|
||||
|
||||
struct Bar2 @if($defined((Foo){}.b)) // #warning: There might be a method 'b' for 'Foo', but methods have not yet been completely
|
||||
struct Bar2 @if($defined((Foo){}.b)) // warning: There might be a method 'b' for 'Foo', but methods have not yet been completely
|
||||
{
|
||||
int a;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user