1097bc76af
#KT-29731 Fixed
5 lines
177 B
Kotlin
Vendored
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)
|
|
} |