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
* don't import org.freepascal.rtl.* as this also includes our System
class, which conflicts with java.lang.System in recent jdk javac's
(and we don't access any of the RTL classes explicitly in the
test program)
git-svn-id: trunk@30952 -
Jonas Maebe
há 10 anos atrás
pai
a0a77f3105
commit
26044b604f
1 ficheiros alterados
com
0 adições
e
1 exclusões
Visão Unificada
Mostrar Estatísticas Diff
0
1
tests/test/jvm/JavaClass.java
+ 0
- 1
tests/test/jvm/JavaClass.java
Ver Ficheiro
@@ -1,4 +1,3 @@
-import org.freepascal.rtl.*;
import org.freepascal.test.*;
import org.freepascal.test.*;