Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
161333d3e7d13dd98386fe346a71a07eadfe4756
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithJsStdLib
/
jsExternalSuperclassWithoutArguments.kt
blob: 7c33e68c6eb4d5b94ebca2893d72fc0c015fdc8a [
file
]
// RUN_PIPELINE_TILL: BACKEND
// ISSUE: KT-57809
package
bar
.
baz
open external
class
LIcon
(
options
:
String
)
external
class
DivIcon
(
options
:
String
)
:
LIcon
// No value passed for parameter 'options'