7f5b9b1760
#KT-18454
7 lines
167 B
Kotlin
Vendored
7 lines
167 B
Kotlin
Vendored
// "Add 'actual' modifier" "true"
|
|
// ERROR: Declaration should be marked with 'actual' (suppress with -Xno-check-actual)
|
|
|
|
actual class Foo {
|
|
fun <caret>foo() {}
|
|
}
|