This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
pascal
/
freepascal.compiler
espejo de
https://gitlab.com/freepascal.org/fpc/source.git
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
* also assign something to the classvar
git-svn-id: trunk@4791 -
Jonas Maebe
hace 19 años
padre
86649024b3
commit
31b6eed1e0
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
tests/webtbs/tw6435.pp
+ 1
- 0
tests/webtbs/tw6435.pp
Ver fichero
@@ -10,5 +10,6 @@ type
end;
begin
+ myclass.fclassvar := 1;
end.