Files
kotlin-fork/idea/testData/intentions/addValOrVar/expectClass2.kt
T
2019-05-24 15:55:01 +07:00

5 lines
177 B
Kotlin
Vendored

// IS_APPLICABLE: false
// ERROR: The feature "multi platform projects" is experimental and should be enabled explicitly
expect class A(a: Int) {
class B(<caret>b: String)
}