Rework Tune module graph dependencies building
#KT-50701 In progress
This commit is contained in:
+4
@@ -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
|
||||
+1
@@ -0,0 +1 @@
|
||||
val z: sun.jvmstat.monitor.Monitor? = null
|
||||
Reference in New Issue
Block a user