Anyone using 1.9.24 could confirm that something l...
# javascript
e
Anyone using 1.9.24 could confirm that something like this
Copy code
@JsExport
public fun example(old: List<String>, new: List<String>): String {
  TODO()
}
Doesn't show a
NON_EXPORTABLE_TYPE
warning?