Files
kotlin-fork/idea/testData/intentions/moveToCompanion/expectClass.kt.after
T

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
}
}