8c6b140865
#KT-21939 Fixed
7 lines
131 B
Kotlin
Vendored
7 lines
131 B
Kotlin
Vendored
// "Add 'actual' modifier" "true"
|
|
// ERROR: Declaration must be marked with 'actual'
|
|
|
|
actual class Foo {
|
|
fun <caret>foo() {}
|
|
}
|