e8321be380
So #KT-20243 Fixed
15 lines
253 B
Kotlin
Vendored
15 lines
253 B
Kotlin
Vendored
// "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()
|
|
}
|
|
} |