Do not report OPTIONAL_DECLARATION_USAGE_... in IDE for platform modules
#KT-26585 Fixed Also fixes MultiPlatformHighlightingTestGenerated.testMultifileFacade
This commit is contained in:
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
@kotlin.jvm.JvmName("declarationFunName")
|
||||
fun declaration() { }
|
||||
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
// !CHECK_HIGHLIGHTING
|
||||
|
||||
fun test() {
|
||||
declaration()
|
||||
}
|
||||
Reference in New Issue
Block a user