KT-11811 There is no intention "Make protected" for a val declared in parameters of constructor

#KT-11811 Fixed
This commit is contained in:
Valentin Kipyatkov
2016-04-07 12:52:41 +03:00
parent a9fe999e0e
commit 6a65442095
6 changed files with 22 additions and 4 deletions
@@ -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) {
}