[Spec tests] Remove spec info from fir tests
This commit is contained in:
Vendored
-12
@@ -2,18 +2,6 @@
|
||||
// !DIAGNOSTICS: -UNUSED_VARIABLE -ASSIGNED_BUT_NEVER_ACCESSED_VARIABLE -UNUSED_VALUE -UNUSED_PARAMETER -UNUSED_EXPRESSION
|
||||
// SKIP_TXT
|
||||
|
||||
/*
|
||||
* KOTLIN DIAGNOSTICS SPEC TEST (POSITIVE)
|
||||
*
|
||||
* SPEC VERSION: 0.1-218
|
||||
* MAIN LINK: expressions, range-expression -> paragraph 4 -> sentence 1
|
||||
* PRIMARY LINKS: expressions, range-expression -> paragraph 4 -> sentence 2
|
||||
* NUMBER: 1
|
||||
* DESCRIPTION: The return type of range operator is not restricted.
|
||||
* HELPERS: checkType
|
||||
*/
|
||||
|
||||
|
||||
// TESTCASE NUMBER: 1
|
||||
class Case1() {
|
||||
operator fun rangeTo(o: Case1): Nothing?{
|
||||
|
||||
Reference in New Issue
Block a user