Change Signature: Fix primary constructor processing
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class A(n: Int) {
|
||||
|
||||
}
|
||||
|
||||
fun test() {
|
||||
<caret>A(1)
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
class A() {
|
||||
|
||||
}
|
||||
|
||||
fun test() {
|
||||
<caret>A()
|
||||
}
|
||||
Reference in New Issue
Block a user