looks like @JsPlainObject can't deal with properti...
# javascript
b
looks like @JsPlainObject can't deal with properties that are JS keywords:
Copy code
@JsPlainObject
external interface Test {default: Boolean}
fails with Details: Internal error in body lowering: org.jetbrains.kotlin.com.google.gwt.dev.js.parserExceptions.JsParserException: syntax error at (0, 12) https://youtrack.jetbrains.com/issue/KT-68891/JsPlainObject-failes-to-compile-when-encountering-reserved-keywords-as-interface-properties
youtrack 1
1