// "Create actual interface for module testModule_JVM (JVM)" "true" expect interface Interface { fun foo(param: String): Int fun String.bar(y: Double): Boolean val isGood: Boolean var status: Int class Nested { fun bar() } }