New J2K: Fix existing test data
This commit is contained in:
committed by
Ilya Kirillov
parent
7e30b9e7f5
commit
f8b8d07621
@@ -0,0 +1,15 @@
|
||||
internal class CtorComment {
|
||||
var myA: String?
|
||||
|
||||
/**
|
||||
* This constructor is especially useful
|
||||
*/
|
||||
init {
|
||||
myA = "str"
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* This constructor is especially useful
|
||||
*/
|
||||
internal class CtorComment2
|
||||
Reference in New Issue
Block a user