blob: 649683ffc4cd07d08b156a11577387317b79db27 [file]
compiler/testData/javaModules/automaticModuleInternalJdkPackageUsage/jvmStatUsage/Test.kt:1:8: 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