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