This website works better with JavaScript
홈
탐색
도움말
로그인
pascal
/
freepascal.compiler
의 미러
https://gitlab.com/freepascal.org/fpc/source.git
Watch
2
Star
0
포크
0
파일
이슈
0
위키
소스 검색
* 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
10 년 전
부모
a0a77f3105
커밋
26044b604f
1개의 변경된 파일
과
0개의 추가작업
그리고
1개의 파일을 삭제
분할 보기
변경상태 보기
0
1
tests/test/jvm/JavaClass.java
+ 0
- 1
tests/test/jvm/JavaClass.java
파일 보기
@@ -1,4 +1,3 @@
-import org.freepascal.rtl.*;
import org.freepascal.test.*;