blob: 6c51d39d272cf81b912fe09bad2f6b82e1720aff [file] [log] [blame]
// "Create actual interface for platform 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()
}
}