Parcourir la source

working test.qlw

Nicolas Winkler il y a 6 ans
Parent
commit
922aafdf98
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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