This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
pascal
/
freepascal.compiler
kopia lustrzana
https://gitlab.com/freepascal.org/fpc/source.git
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Przeglądaj źródła
* also assign something to the classvar
git-svn-id: trunk@4791 -
Jonas Maebe
19 lat temu
rodzic
86649024b3
commit
31b6eed1e0
1 zmienionych plików
z
1 dodań
i
0 usunięć
Widok podzielony
Pokaż statystyki zmian
1
0
tests/webtbs/tw6435.pp
+ 1
- 0
tests/webtbs/tw6435.pp
Wyświetl plik
@@ -10,5 +10,6 @@ type
end;
begin
+ myclass.fclassvar := 1;
end.