New J2K: use mutable lists for storing comments

This commit is contained in:
Ilya Kirillov
2019-09-05 21:12:04 +03:00
parent 5d99419e9c
commit fd85c2bb43
14 changed files with 38 additions and 147 deletions
+3 -2
View File
@@ -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