Unused symbol: secondary constructors are also under analysis #KT-10812 Fixed
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// "Safe delete constructor" "true"
|
||||
class Owner(val x: Int) {
|
||||
<caret>constructor(): this(42)
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
// "Safe delete constructor" "true"
|
||||
class Owner(val x: Int) {
|
||||
}
|
||||
Reference in New Issue
Block a user