Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
75d8a5bca606366254123abd80c77147a3d426a6
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithJsStdLib
/
jsExternalSuperclassWithoutArguments.kt
blob: 76ff2a20572412d5971dfb53d1420678a8cda791 [
file
]
// FIR_IDENTICAL
// ISSUE: KT-57809
package
bar
.
baz
open external
class
LIcon
(
options
:
String
)
external
class
DivIcon
(
options
:
String
)
:
LIcon
// No value passed for parameter 'options'