[Spec tests] Add remove link to the issue KT-27825 from all tests which are not related to the issue
This commit is contained in:
-1
@@ -10,7 +10,6 @@
|
|||||||
* RELEVANT PLACES: declarations, classifier-declaration, class-declaration, abstract-classes -> paragraph 2 -> sentence 1
|
* RELEVANT PLACES: declarations, classifier-declaration, class-declaration, abstract-classes -> paragraph 2 -> sentence 1
|
||||||
* NUMBER: 1
|
* NUMBER: 1
|
||||||
* DESCRIPTION: check abstract classes can have abstract not implemented members
|
* DESCRIPTION: check abstract classes can have abstract not implemented members
|
||||||
* ISSUES: KT-27825
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// TESTCASE NUMBER: 1
|
// TESTCASE NUMBER: 1
|
||||||
|
|||||||
-1
@@ -10,7 +10,6 @@
|
|||||||
* RELEVANT PLACES: declarations, classifier-declaration, class-declaration, abstract-classes -> paragraph 1 -> sentence 1
|
* RELEVANT PLACES: declarations, classifier-declaration, class-declaration, abstract-classes -> paragraph 1 -> sentence 1
|
||||||
* NUMBER: 1
|
* NUMBER: 1
|
||||||
* DESCRIPTION: check abstract classes cannot be instantiated directly
|
* DESCRIPTION: check abstract classes cannot be instantiated directly
|
||||||
* ISSUES: KT-27825
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// TESTCASE NUMBER: 1
|
// TESTCASE NUMBER: 1
|
||||||
|
|||||||
-1
@@ -9,7 +9,6 @@
|
|||||||
* PLACE: declarations, classifier-declaration, class-declaration, abstract-classes -> paragraph 1 -> sentence 1
|
* PLACE: declarations, classifier-declaration, class-declaration, abstract-classes -> paragraph 1 -> sentence 1
|
||||||
* NUMBER: 1
|
* NUMBER: 1
|
||||||
* DESCRIPTION: check abstract classes can have abstract not implemented members
|
* DESCRIPTION: check abstract classes can have abstract not implemented members
|
||||||
* ISSUES: KT-27825
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// TESTCASE NUMBER: 1
|
// TESTCASE NUMBER: 1
|
||||||
|
|||||||
-1
@@ -9,7 +9,6 @@
|
|||||||
* PLACE: declarations, classifier-declaration, class-declaration, abstract-classes -> paragraph 2 -> sentence 1
|
* PLACE: declarations, classifier-declaration, class-declaration, abstract-classes -> paragraph 2 -> sentence 1
|
||||||
* NUMBER: 1
|
* NUMBER: 1
|
||||||
* DESCRIPTION: Abstract classes may contain one or more abstract members, which should be implemented in a subtype of this abstract class
|
* DESCRIPTION: Abstract classes may contain one or more abstract members, which should be implemented in a subtype of this abstract class
|
||||||
* ISSUES: KT-27825
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// TESTCASE NUMBER: 1
|
// TESTCASE NUMBER: 1
|
||||||
|
|||||||
-1
@@ -9,7 +9,6 @@
|
|||||||
* PLACE: declarations, classifier-declaration, class-declaration, abstract-classes -> paragraph 2 -> sentence 1
|
* PLACE: declarations, classifier-declaration, class-declaration, abstract-classes -> paragraph 2 -> sentence 1
|
||||||
* NUMBER: 2
|
* NUMBER: 2
|
||||||
* DESCRIPTION: Abstract classes may contain abstract members, which should be implemented in an anonymous class that inherits from that abstract type
|
* DESCRIPTION: Abstract classes may contain abstract members, which should be implemented in an anonymous class that inherits from that abstract type
|
||||||
* ISSUES: KT-27825
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// TESTCASE NUMBER: 1
|
// TESTCASE NUMBER: 1
|
||||||
|
|||||||
-1
@@ -9,7 +9,6 @@
|
|||||||
* PLACE: declarations, classifier-declaration, class-declaration, abstract-classes -> paragraph 2 -> sentence 1
|
* PLACE: declarations, classifier-declaration, class-declaration, abstract-classes -> paragraph 2 -> sentence 1
|
||||||
* NUMBER: 3
|
* NUMBER: 3
|
||||||
* DESCRIPTION: attempt to implement abstract members with invalid types
|
* DESCRIPTION: attempt to implement abstract members with invalid types
|
||||||
* ISSUES: KT-27825
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// TESTCASE NUMBER: 1
|
// TESTCASE NUMBER: 1
|
||||||
|
|||||||
-1
@@ -9,7 +9,6 @@
|
|||||||
* PLACE: declarations, classifier-declaration, class-declaration, abstract-classes -> paragraph 2 -> sentence 1
|
* PLACE: declarations, classifier-declaration, class-declaration, abstract-classes -> paragraph 2 -> sentence 1
|
||||||
* NUMBER: 4
|
* NUMBER: 4
|
||||||
* DESCRIPTION: Abstract classes may contain abstract members, which should be implemented in an inner class that inherits from that abstract type
|
* DESCRIPTION: Abstract classes may contain abstract members, which should be implemented in an inner class that inherits from that abstract type
|
||||||
* ISSUES: KT-27825
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
class MainClass {
|
class MainClass {
|
||||||
|
|||||||
-1
@@ -10,7 +10,6 @@
|
|||||||
* PLACE: declarations, classifier-declaration, class-declaration, abstract-classes -> paragraph 2 -> sentence 1
|
* PLACE: declarations, classifier-declaration, class-declaration, abstract-classes -> paragraph 2 -> sentence 1
|
||||||
* NUMBER: 5
|
* NUMBER: 5
|
||||||
* DESCRIPTION: Abstract classes may contain one or more abstract members, which should be implemented in a subtype of this abstract class
|
* DESCRIPTION: Abstract classes may contain one or more abstract members, which should be implemented in a subtype of this abstract class
|
||||||
* ISSUES: KT-27825
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
-1
@@ -9,7 +9,6 @@
|
|||||||
* PLACE: declarations, classifier-declaration, class-declaration, abstract-classes -> paragraph 2 -> sentence 1
|
* PLACE: declarations, classifier-declaration, class-declaration, abstract-classes -> paragraph 2 -> sentence 1
|
||||||
* NUMBER: 1
|
* NUMBER: 1
|
||||||
* DESCRIPTION: Abstract classes may contain one or more abstract members, which should be implemented in a subtype of this abstract class
|
* DESCRIPTION: Abstract classes may contain one or more abstract members, which should be implemented in a subtype of this abstract class
|
||||||
* ISSUES: KT-27825
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
abstract class Base {
|
abstract class Base {
|
||||||
|
|||||||
Reference in New Issue
Block a user