Add tests for obsolete codegen issues
#KT-16790 Obsolete #KT-16858 Obsolete #KT-17441 Obsolete
This commit is contained in:
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
open class A(val a: String, val b: Int)
|
||||
|
||||
fun box(): String {
|
||||
val o = object : A(b = 2, a = "OK") {}
|
||||
return o.a
|
||||
}
|
||||
Reference in New Issue
Block a user