This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
pascal
/
freepascal.compiler
mirror de
https://gitlab.com/freepascal.org/fpc/source.git
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Ver Fonte
* also assign something to the classvar
git-svn-id: trunk@4791 -
Jonas Maebe
há 19 anos atrás
pai
86649024b3
commit
31b6eed1e0
1 ficheiros alterados
com
1 adições
e
0 exclusões
Visão Dividida
Mostrar Estatísticas Diff
1
0
tests/webtbs/tw6435.pp
+ 1
- 0
tests/webtbs/tw6435.pp
Ver Ficheiro
@@ -10,5 +10,6 @@ type
end;
begin
+ myclass.fclassvar := 1;
end.