mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 08:31:26 +00:00
Files like ant-javafx.jar, deploy.jar, java.jnlp.jar, javafx-swt.jar etc should not be added to the classpath if JDK home points to a JDK 9 distribution
5 lines
208 B
Plaintext
Vendored
5 lines
208 B
Plaintext
Vendored
compiler/testData/javaModules/jdkModulesFromUnnamed/main/test.kt:19:33: error: unresolved reference: ant
|
|
val x: com.sun.javafx.tools.ant.AntLog? = null
|
|
^
|
|
COMPILATION_ERROR
|