Files
kotlin-fork/compiler/testData/javaModules/automaticModuleInternalJdkPackageUsage/jvmStatUsage.txt
T
Mikhael Bogdanov 92e893bebe Rework Tune module graph dependencies building
#KT-50701 In progress
2022-01-14 11:22:46 +00:00

5 lines
297 B
Plaintext
Vendored

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