This website works better with JavaScript
首頁
探索
說明
登入
pascal
/
freepascal.compiler
镜像来自
https://gitlab.com/freepascal.org/fpc/source.git
關註
2
讚好
0
複刻
0
Files
問題管理
0
Wiki
瀏覽代碼
* 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.*;