Minor, improve test on unexported package in Java module
Add Kotlin class/function/property.
This commit is contained in:
committed by
Space Team
parent
0b10d3a0e9
commit
ac901c6d07
@@ -0,0 +1,9 @@
|
||||
package a
|
||||
|
||||
import a.impl.KImpl
|
||||
|
||||
open class K {
|
||||
companion object {
|
||||
fun getInstance(): KImpl = KImpl()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user