Change parsing rules for primary constructor
- Parse 'constructor' keyword before value arguments - Allow unescaped annotations
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
fun foo() {
|
||||
class A1 constructor()
|
||||
class A2 Ann private constructor()
|
||||
}
|
||||
Reference in New Issue
Block a user