Corrected test data

This commit is contained in:
Valentin Kipyatkov
2015-05-12 15:19:40 +03:00
parent 841d07f1aa
commit 1ad5ea4f7e
17 changed files with 7 additions and 85 deletions
@@ -1,3 +1,5 @@
// "Remove 'val' from parameter" "false"
// ACTION: Make private
// ACTION: Make public
class C(<caret>val x: String) {
}