7 lines
167 B
Plaintext
Vendored
7 lines
167 B
Plaintext
Vendored
// ERROR: The feature "multi platform projects" is experimental and should be enabled explicitly
|
|
|
|
expect class Some {
|
|
companion object {
|
|
val x: Int
|
|
}
|
|
} |