KT-11811 There is no intention "Make protected" for a val declared in parameters of constructor
#KT-11811 Fixed
This commit is contained in:
+1
@@ -1,6 +1,7 @@
|
||||
// "Remove 'val' from parameter" "false"
|
||||
// ACTION: Make internal
|
||||
// ACTION: Make private
|
||||
// ACTION: Make protected
|
||||
// ACTION: Create test
|
||||
class C(<caret>val x: String) {
|
||||
}
|
||||
Reference in New Issue
Block a user