Never treat @JsExport-annotated declarations as not-used instead of @JsName
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ class Person(val name: String) {
|
||||
println("Hello $name!")
|
||||
}
|
||||
|
||||
@JsName("helloWithGreeting")
|
||||
@JsExport
|
||||
fun <caret>hello(greeting: String) {
|
||||
println("$greeting $name!")
|
||||
}
|
||||
Reference in New Issue
Block a user