Extract Java 9 module test about irrelevant jars in JDK home
Skip it on JDKs where ant-javafx.jar is not present.
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
module main {
|
||||
requires kotlin.stdlib;
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
fun main() {
|
||||
val x: com.sun.javafx.tools.ant.AntLog? = null
|
||||
println(x)
|
||||
}
|
||||
Reference in New Issue
Block a user