blob: 74e3306b61ed618181f69b76a3f8629ef7ff3f9c [file] [log] [blame]
// "Create actual interface for platform JVM" "true"
expect interface <caret>Interface {
fun foo(param: String): Int
fun String.bar(y: Double): Boolean
val isGood: Boolean
var status: Int
class Nested {
fun bar()
}
}