Intentions: Implement 'Add val/var to primary constructor parameter' intention
#KT-4038 In Progress
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// IS_APPLICABLE: false
|
||||
class Foo {
|
||||
constructor(<caret>x: Int, y: Int)
|
||||
}
|
||||
Reference in New Issue
Block a user