Fix MovePropertyToConstructorIntention and broken tests

This commit is contained in:
Vyacheslav Gerasimov
2017-03-24 21:52:53 +03:00
parent efa03e7ad8
commit 8c41e44b3b
9 changed files with 10 additions and 0 deletions
@@ -1,6 +1,7 @@
// "Make bar internal" "false"
// ACTION: Convert property initializer to getter
// ACTION: Add names to call arguments
// ACTION: Move to constructor
// ERROR: Cannot access 'bar': it is private in 'First'
private data class Data(val x: Int)