blob: 812dcd5eba82f13f00da8903c5eb4a44845ff1a4 [file] [log] [blame]
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