Intentions: Implement 'Add val/var to primary constructor parameter' intention

#KT-4038 In Progress
This commit is contained in:
Alexey Sedunov
2015-12-23 15:03:19 +03:00
parent 5dcf531048
commit 6978d842fb
16 changed files with 174 additions and 10 deletions
@@ -0,0 +1,4 @@
// IS_APPLICABLE: false
class Foo {
constructor(<caret>x: Int, y: Int)
}