Files
2024-02-08 15:19:50 +00:00

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()