Report NO_ACTUAL_FOR_EXPECT etc. on relevant declaration

So #KT-20398 Fixed
This commit is contained in:
Mikhail Glukhikh
2017-10-02 16:44:42 +03:00
parent 472e6f462f
commit 8a3fed15f8
17 changed files with 182 additions and 108 deletions
@@ -1,3 +1,3 @@
expect fun foo(arg: Int): Int
<error>expect fun foo(): Int</error>
expect fun foo<error>()</error>: Int