Fix test.

This commit is contained in:
Christoffer Lerno
2026-01-30 13:18:56 +01:00
parent 2b6f1c061d
commit 4e129d4ae2

View File

@@ -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;
}