Rework Tune module graph dependencies building

#KT-50701 In progress
This commit is contained in:
Mikhael Bogdanov
2022-01-10 12:40:09 +01:00
committed by Space
parent 6f323dd33a
commit 92e893bebe
6 changed files with 22 additions and 15 deletions
@@ -0,0 +1,4 @@
compiler/testData/javaModules/automaticModuleInternalJdkPackageUsage/jvmStatUsage/Test.kt:1:28: error: symbol is declared in module 'jdk.internal.jvmstat' which does not export package 'sun.jvmstat.monitor'
val z: sun.jvmstat.monitor.Monitor? = null
^
COMPILATION_ERROR
@@ -0,0 +1 @@
val z: sun.jvmstat.monitor.Monitor? = null