Treat expect classes as not having implicit default constructors
#KT-15522 Fixed
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
actual class Foo(x: Int) {
|
||||
actual constructor() : this(0)
|
||||
constructor() : this(0)
|
||||
|
||||
val x: Int = x
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user