Recompile all class usages when constructor is changed
This commit is contained in:
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
open class A(val x: Int) {
|
||||
constructor(x: String) : this(x.toInt())
|
||||
}
|
||||
Reference in New Issue
Block a user