From b16eee55681b531015db3a6d695ed5d099596436 Mon Sep 17 00:00:00 2001 From: Ivan Bondarev Date: Thu, 13 May 2021 15:22:59 +0200 Subject: [PATCH] LamIntSelf.pas --- TestSuite/LamIntSelf.pas | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TestSuite/LamIntSelf.pas b/TestSuite/LamIntSelf.pas index efc3d7236..b37f6f987 100644 --- a/TestSuite/LamIntSelf.pas +++ b/TestSuite/LamIntSelf.pas @@ -1,4 +1,5 @@ -// #2173 +//winonly +// #2173 type I1 = interface function f1(b: byte): ()->byte;