Report some actual declaration problems on declaration name

Related to KT-20398
This commit is contained in:
Mikhail Glukhikh
2017-10-02 13:26:39 +03:00
parent 5b7c3ee655
commit 472e6f462f
7 changed files with 27 additions and 13 deletions
@@ -10,5 +10,5 @@ expect class Foo {
// FILE: jvm.kt
actual class Foo {
<!ACTUAL_MISSING!>fun bar(): String<!> = "bar"
fun <!ACTUAL_MISSING!>bar<!>(): String = "bar"
}