jvm-abi-gen: Remove effectively private classes from ABI
#KT-64590 Fixed
This commit is contained in:
committed by
Space Team
parent
7cf793f308
commit
11d3ead975
@@ -0,0 +1,5 @@
|
||||
package app
|
||||
|
||||
//UnexpectedInnerClass although declared in a separate module
|
||||
//appear to be an inner class of the class generated from this file
|
||||
fun runAppAndReturnOk() = AppKt.UnexpectedInnerClass.result()
|
||||
@@ -0,0 +1,7 @@
|
||||
package app
|
||||
|
||||
class AppKt {
|
||||
object UnexpectedInnerClass {
|
||||
fun result() = "OK"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user