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
@@ -4,5 +4,6 @@
// ACTION: Make protected
// ACTION: Create test
// ACTION: Convert to secondary constructor
// ACTION: Move to class body
class C(<caret>val x: String) {
}