New J2K: use mutable lists for storing comments
This commit is contained in:
@@ -5,10 +5,11 @@ internal class A // end of primary constructor body
|
||||
// this is a secondary constructor 2
|
||||
constructor(s: String) : this(s.length) {} // end of secondary constructor 2 body
|
||||
|
||||
// this is a secondary constructor 1
|
||||
|
||||
// this is a primary constructor
|
||||
|
||||
|
||||
// this is a primary constructor
|
||||
// this is a secondary constructor 1
|
||||
|
||||
|
||||
// end of secondary constructor 1 body
|
||||
|
||||
Reference in New Issue
Block a user