FIR: set anonymous object constructor return type properly
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
|
||||
open class Foo(val args: String){
|
||||
constructor(arg: Any = 1) : this(arg.toString()) {
|
||||
|
||||
-1
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
|
||||
abstract class O(val value: String) {
|
||||
constructor(o: Char = 'O') : this("$o")
|
||||
|
||||
Reference in New Issue
Block a user