[FIR JS] Reproduce KT-64548
Running the FIR tests leads to the crash. ^KT-64548
This commit is contained in:
committed by
Space Team
parent
e60a436068
commit
9a598026c8
@@ -0,0 +1,12 @@
|
||||
// ISSUE: KT-64548
|
||||
|
||||
open external class Light {
|
||||
constructor(hex: Number = definedExternally, intensity: Number = definedExternally)
|
||||
constructor(hex: String = definedExternally, intensity: Number = definedExternally)
|
||||
}
|
||||
|
||||
open external class HemisphereLight : Light {
|
||||
constructor(intensity: Number = definedExternally)
|
||||
}
|
||||
|
||||
fun box() = "OK"
|
||||
Reference in New Issue
Block a user