Browse Source

working test.qlw

Nicolas Winkler 6 năm trước cách đây
mục cha
commit
922aafdf98
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/test.qlw

+ 1 - 1
src/test.qlw

@@ -45,7 +45,7 @@ class FF
         variable: Integer
         variable2: FF
         variable := verdoppel(51)
-        return variable2.field1
+        return variable
     end
 end