KT-2784 VerifyError when passing a value to a class object's super type constructor
#KT-2784 Fixed
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
open class Factory(p: Int)
|
||||
|
||||
class A {
|
||||
class object : Factory(1)
|
||||
}
|
||||
|
||||
fun box() : String {
|
||||
A
|
||||
return "OK"
|
||||
}
|
||||
Reference in New Issue
Block a user