This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
pascal
/
freepascal.compiler
同期ミラー
https://gitlab.com/freepascal.org/fpc/source.git
ウォッチ
2
スター
0
フォーク
0
ファイル
課題
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.*;