11d3ead975
#KT-64590 Fixed
6 lines
205 B
Kotlin
Vendored
6 lines
205 B
Kotlin
Vendored
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()
|