This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
pascal
/
freepascal.compiler
mirror da
https://gitlab.com/freepascal.org/fpc/source.git
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
* also assign something to the classvar
git-svn-id: trunk@4791 -
Jonas Maebe
19 anni fa
parent
86649024b3
commit
31b6eed1e0
1 ha cambiato i file
con
1 aggiunte
e
0 eliminazioni
Visualizzazione unificata
Mostra Diff Stats
1
0
tests/webtbs/tw6435.pp
+ 1
- 0
tests/webtbs/tw6435.pp
Vedi File
@@ -10,5 +10,6 @@ type
end;
end;
begin
begin
+ myclass.fclassvar := 1;
end.
end.