5 lines
141 B
Kotlin
Vendored
5 lines
141 B
Kotlin
Vendored
// ERROR: The feature "multi platform projects" is experimental and should be enabled explicitly
|
|
|
|
expect class Some {
|
|
val <caret>x: Int
|
|
} |