Calculate proper roots for JDK 10-11

#KT-29974
This commit is contained in:
Mikhael Bogdanov
2021-11-11 19:17:07 +01:00
committed by Space
parent a062eb04ac
commit 6379ed22d1
4 changed files with 94 additions and 6 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
compiler/testData/javaModules/releaseFlag/moduleSwing/foo/Foo.kt:5:24: error: symbol is declared in module 'javafx.media' which current module does not depend on
compiler/testData/javaModules/releaseFlag/moduleSwing/foo/Foo.kt:5:18: error: unresolved reference: swing
val z: javax.swing.JFrame? = null
^
^
COMPILATION_ERROR