[JS IR] Fix creating of classes extended from nested one
[JS IR] Extract getClassRef method ^KT-44950 fixed
This commit is contained in:
committed by
TeamCityServer
parent
a61312120b
commit
88abb3d6c9
@@ -0,0 +1,9 @@
|
||||
object Foo {
|
||||
open class Bar(val bar: String)
|
||||
}
|
||||
|
||||
class Baz: Foo.Bar("OK")
|
||||
|
||||
fun box(): String {
|
||||
return Baz().bar
|
||||
}
|
||||
Reference in New Issue
Block a user