New J2K: Split old j2k and new j2k tests
This commit is contained in:
committed by
Ilya Kirillov
parent
02a206bf7c
commit
b411e8e18e
@@ -1,12 +1,12 @@
|
||||
/**
|
||||
* This is a deprecated class.
|
||||
* @deprecated This class is deprecated
|
||||
*/
|
||||
@Deprecated
|
||||
class TestDeprecated {
|
||||
/**
|
||||
* This is a deprecated class.
|
||||
* @deprecated This class is deprecated
|
||||
* @deprecated This method is deprecated
|
||||
*/
|
||||
@Deprecated
|
||||
class TestDeprecated {
|
||||
/**
|
||||
* @deprecated This method is deprecated
|
||||
*/
|
||||
@Deprecated
|
||||
public void deprecatedMethod() {}
|
||||
}
|
||||
public void deprecatedMethod() {}
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
internal class CtorComment {
|
||||
var myA: String
|
||||
|
||||
/**
|
||||
* This constructor is especially useful
|
||||
*/
|
||||
init {
|
||||
myA = "str"
|
||||
}
|
||||
}
|
||||
|
||||
internal class CtorComment2
|
||||
/**
|
||||
* This constructor is especially useful
|
||||
*/
|
||||
Reference in New Issue
Block a user