JVM: add tests on some JPMS-related diagnostics
Somehow we ended up in the state where we have two diagnostics which are not covered by any tests in the project. This commit adds simple tests for them. #KT-60797
This commit is contained in:
committed by
Space Team
parent
a5bf8787a1
commit
9fcf6c5f89
@@ -0,0 +1,3 @@
|
||||
module main {
|
||||
requires kotlin.stdlib;
|
||||
}
|
||||
Reference in New Issue
Block a user