This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
pascal
/
freepascal.compiler
miroir de
https://gitlab.com/freepascal.org/fpc/source.git
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Parcourir la source
* also assign something to the classvar
git-svn-id: trunk@4791 -
Jonas Maebe
il y a 19 ans
Parent
86649024b3
commit
31b6eed1e0
1 fichiers modifiés
avec
1 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
1
0
tests/webtbs/tw6435.pp
+ 1
- 0
tests/webtbs/tw6435.pp
Voir le fichier
@@ -10,5 +10,6 @@ type
end;
begin
+ myclass.fclassvar := 1;
end.