New J2K: Fix existing test data
This commit is contained in:
committed by
Ilya Kirillov
parent
76b73542d9
commit
b13f7431f2
@@ -1,5 +1,5 @@
|
||||
internal class CtorComment {
|
||||
var myA: String?
|
||||
var myA: String
|
||||
|
||||
/**
|
||||
* This constructor is especially useful
|
||||
@@ -9,7 +9,7 @@ internal class CtorComment {
|
||||
}
|
||||
}
|
||||
|
||||
internal class CtorComment2
|
||||
/**
|
||||
* This constructor is especially useful
|
||||
*/
|
||||
internal class CtorComment2
|
||||
*/
|
||||
Reference in New Issue
Block a user