ChangeVariableMutability: diagnostic can be reported on constructor parameter
#KT-10416 Fixed
This commit is contained in:
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
// "Make variable mutable" "true"
|
||||
open class A {
|
||||
open var x = 42;
|
||||
}
|
||||
|
||||
class B(override var x: Int) : A()
|
||||
Reference in New Issue
Block a user