Minor, improve test on unexported package in Java module

Add Kotlin class/function/property.
This commit is contained in:
Alexander Udalov
2024-02-19 16:31:50 +01:00
committed by Space Team
parent 0b10d3a0e9
commit ac901c6d07
8 changed files with 74 additions and 1 deletions
@@ -1,3 +1,5 @@
module moduleA {
exports a;
requires kotlin.stdlib;
}