Do not report OPTIONAL_DECLARATION_USAGE_... in IDE for platform modules

#KT-26585 Fixed
Also fixes MultiPlatformHighlightingTestGenerated.testMultifileFacade
This commit is contained in:
Mikhail Glukhikh
2018-09-05 18:31:23 +03:00
parent ca1e0a4b88
commit 5f2c7d3c84
4 changed files with 17 additions and 1 deletions
@@ -0,0 +1,2 @@
@kotlin.jvm.JvmName("declarationFunName")
fun declaration() { }
@@ -0,0 +1,5 @@
// !CHECK_HIGHLIGHTING
fun test() {
declaration()
}