Intentions: Implement "Add names to call arguments" intention

#KT-14729 Fixed
This commit is contained in:
Alexey Sedunov
2016-11-28 15:17:43 +03:00
parent 890578a6a0
commit c773afdbfa
25 changed files with 262 additions and 1 deletions
@@ -1,5 +1,6 @@
// "Make bar internal" "false"
// ACTION: Convert property initializer to getter
// ACTION: Add names to call arguments
// ERROR: Cannot access 'bar': it is private in 'First'
private data class Data(val x: Int)