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"
|
||||
class A(val a: Int) {
|
||||
fun foo() {
|
||||
<caret>a = 5
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user