Fix source range tests: support "undefined" offsets

This commit is contained in:
Dmitry Petrov
2017-04-13 10:04:36 +03:00
parent 40e09a39c1
commit a840cf7643
3 changed files with 25 additions and 2 deletions
+12
View File
@@ -1,7 +1,19 @@
@0:0..26:1 FILE /kt17108.kt
@0:0..26:1 CLASS INTERFACE Boolean
@5:4..8:38 FUN public abstract operator fun not(): Boolean
@5:4..8:38 VALUE_PARAMETER <receiver: Boolean>
@10:4..13:42 FUN public abstract infix fun and(other: Boolean): Boolean
@10:4..13:42 VALUE_PARAMETER <receiver: Boolean>
@13:18..32 VALUE_PARAMETER value-parameter other: Boolean
@15:4..18:41 FUN public abstract infix fun or(other: Boolean): Boolean
@15:4..18:41 VALUE_PARAMETER <receiver: Boolean>
@18:17..31 VALUE_PARAMETER value-parameter other: Boolean
@20:4..23:42 FUN public abstract infix fun xor(other: Boolean): Boolean
@20:4..23:42 VALUE_PARAMETER <receiver: Boolean>
@23:18..32 VALUE_PARAMETER value-parameter other: Boolean
@25:4..38 FUN public abstract fun compareTo(other: Boolean): kotlin.Int
@25:4..38 VALUE_PARAMETER <receiver: Boolean>
@25:18..32 VALUE_PARAMETER value-parameter other: Boolean
@-1:-1..-1 FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean
@-1:-1..-1 FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int
@-1:-1..-1 FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String