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

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
}