[FIR IDE] LC Fix test data

This commit is contained in:
Igor Yakovlev
2020-12-11 21:40:36 +03:00
parent f5d8ae0550
commit f282b721bc
29 changed files with 198 additions and 180 deletions
@@ -6,3 +6,5 @@ annotation class Anno(val x: String)
enum class AnnotatedParameterInEnumConstructor(@Anno("a") a: String, @Anno("b") b: String) { enum class AnnotatedParameterInEnumConstructor(@Anno("a") a: String, @Anno("b") b: String) {
A("1", "b") A("1", "b")
} }
// FIR_COMPARISON
@@ -13,3 +13,5 @@ class AnnotatedParameterInInnerClassConstructor {
} }
} }
// FIR_COMPARISON
+2
View File
@@ -15,3 +15,5 @@ class A {
} }
} }
} }
// FIR_COMPARISON
@@ -4,3 +4,5 @@
package p package p
actual typealias B = List<Int> actual typealias B = List<Int>
// FIR_COMPARISON
@@ -6,3 +6,5 @@ package p
fun f() { fun f() {
} }
// FIR_COMPARISON
@@ -8,5 +8,3 @@ package test
val foo = 42 val foo = 42
typealias A = String typealias A = String
// FIR_COMPARISON
@@ -5,3 +5,5 @@
fun foo() { fun foo() {
} }
// FIR_COMPARISON
@@ -8,3 +8,5 @@ class PrivateInClass private constructor (g: String?) {
get() = "" get() = ""
private fun bar(a: String, b: String?): String? = null private fun bar(a: String, b: String?): String? = null
} }
// FIR_COMPARISON
@@ -62,7 +62,7 @@ object DebugSymbolRenderer {
is KtNamedConstantValue -> "${renderValue(value.name)} = ${renderValue(value.expression)}" is KtNamedConstantValue -> "${renderValue(value.name)} = ${renderValue(value.expression)}"
is KtAnnotationCall -> is KtAnnotationCall ->
"${renderValue(value.classId)}${value.arguments.joinToString(prefix = "(", postfix = ")") { renderValue(it) }}" "${renderValue(value.classId)}${value.arguments.joinToString(prefix = "(", postfix = ")") { renderValue(it) }}"
is ReceiverTypeAndAnnotations -> "${renderValue(value.annotations)} ${renderValue(value.type)}"
else -> value::class.simpleName!! else -> value::class.simpleName!!
} }
+61 -61
View File
@@ -13,7 +13,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: and name: and
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -32,7 +32,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: compareTo name: compareTo
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -51,7 +51,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: compareTo name: compareTo
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -70,7 +70,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: compareTo name: compareTo
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -89,7 +89,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: compareTo name: compareTo
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -108,7 +108,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: compareTo name: compareTo
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -127,7 +127,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: compareTo name: compareTo
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -146,7 +146,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: dec name: dec
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -165,7 +165,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: div name: div
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -184,7 +184,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: div name: div
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Double type: kotlin/Double
typeParameters: [] typeParameters: []
@@ -203,7 +203,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: div name: div
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Float type: kotlin/Float
typeParameters: [] typeParameters: []
@@ -222,7 +222,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: div name: div
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -241,7 +241,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: div name: div
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Long type: kotlin/Long
typeParameters: [] typeParameters: []
@@ -260,7 +260,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: div name: div
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -279,7 +279,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: inc name: inc
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -298,7 +298,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: inv name: inv
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -317,7 +317,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: minus name: minus
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -336,7 +336,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: minus name: minus
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Double type: kotlin/Double
typeParameters: [] typeParameters: []
@@ -355,7 +355,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: minus name: minus
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Float type: kotlin/Float
typeParameters: [] typeParameters: []
@@ -374,7 +374,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: minus name: minus
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -393,7 +393,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: minus name: minus
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Long type: kotlin/Long
typeParameters: [] typeParameters: []
@@ -412,7 +412,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: minus name: minus
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -431,7 +431,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: or name: or
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -450,7 +450,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: plus name: plus
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -469,7 +469,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: plus name: plus
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Double type: kotlin/Double
typeParameters: [] typeParameters: []
@@ -488,7 +488,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: plus name: plus
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Float type: kotlin/Float
typeParameters: [] typeParameters: []
@@ -507,7 +507,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: plus name: plus
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -526,7 +526,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: plus name: plus
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Long type: kotlin/Long
typeParameters: [] typeParameters: []
@@ -545,7 +545,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: plus name: plus
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -564,7 +564,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: rangeTo name: rangeTo
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/ranges/IntRange type: kotlin/ranges/IntRange
typeParameters: [] typeParameters: []
@@ -583,7 +583,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: rangeTo name: rangeTo
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/ranges/IntRange type: kotlin/ranges/IntRange
typeParameters: [] typeParameters: []
@@ -602,7 +602,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: rangeTo name: rangeTo
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/ranges/LongRange type: kotlin/ranges/LongRange
typeParameters: [] typeParameters: []
@@ -621,7 +621,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: rangeTo name: rangeTo
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/ranges/IntRange type: kotlin/ranges/IntRange
typeParameters: [] typeParameters: []
@@ -640,7 +640,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: rem name: rem
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -659,7 +659,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: rem name: rem
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Double type: kotlin/Double
typeParameters: [] typeParameters: []
@@ -678,7 +678,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: rem name: rem
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Float type: kotlin/Float
typeParameters: [] typeParameters: []
@@ -697,7 +697,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: rem name: rem
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -716,7 +716,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: rem name: rem
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Long type: kotlin/Long
typeParameters: [] typeParameters: []
@@ -735,7 +735,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: rem name: rem
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -754,7 +754,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: shl name: shl
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -773,7 +773,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: shr name: shr
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -792,7 +792,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: times name: times
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -811,7 +811,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: times name: times
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Double type: kotlin/Double
typeParameters: [] typeParameters: []
@@ -830,7 +830,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: times name: times
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Float type: kotlin/Float
typeParameters: [] typeParameters: []
@@ -849,7 +849,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: times name: times
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -868,7 +868,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: times name: times
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Long type: kotlin/Long
typeParameters: [] typeParameters: []
@@ -887,7 +887,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: times name: times
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -906,7 +906,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: toByte name: toByte
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Byte type: kotlin/Byte
typeParameters: [] typeParameters: []
@@ -925,7 +925,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: toChar name: toChar
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Char type: kotlin/Char
typeParameters: [] typeParameters: []
@@ -944,7 +944,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: toDouble name: toDouble
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Double type: kotlin/Double
typeParameters: [] typeParameters: []
@@ -963,7 +963,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: toFloat name: toFloat
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Float type: kotlin/Float
typeParameters: [] typeParameters: []
@@ -982,7 +982,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: toInt name: toInt
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -1001,7 +1001,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: toLong name: toLong
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Long type: kotlin/Long
typeParameters: [] typeParameters: []
@@ -1020,7 +1020,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: toShort name: toShort
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Short type: kotlin/Short
typeParameters: [] typeParameters: []
@@ -1039,7 +1039,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: unaryMinus name: unaryMinus
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -1058,7 +1058,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: unaryPlus name: unaryPlus
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -1077,7 +1077,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: ushr name: ushr
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -1096,7 +1096,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: xor name: xor
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -1125,7 +1125,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: equals name: equals
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Boolean type: kotlin/Boolean
typeParameters: [] typeParameters: []
@@ -1144,7 +1144,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: hashCode name: hashCode
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -1163,7 +1163,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: toString name: toString
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/String type: kotlin/String
typeParameters: [] typeParameters: []
@@ -13,7 +13,7 @@ KtFirFunctionSymbol:
modality: ABSTRACT modality: ABSTRACT
name: add name: add
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Boolean type: kotlin/Boolean
typeParameters: [] typeParameters: []
@@ -32,7 +32,7 @@ KtFirFunctionSymbol:
modality: ABSTRACT modality: ABSTRACT
name: add name: add
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Unit type: kotlin/Unit
typeParameters: [] typeParameters: []
@@ -51,7 +51,7 @@ KtFirFunctionSymbol:
modality: ABSTRACT modality: ABSTRACT
name: addAll name: addAll
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Boolean type: kotlin/Boolean
typeParameters: [] typeParameters: []
@@ -70,7 +70,7 @@ KtFirFunctionSymbol:
modality: ABSTRACT modality: ABSTRACT
name: addAll name: addAll
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Boolean type: kotlin/Boolean
typeParameters: [] typeParameters: []
@@ -89,7 +89,7 @@ KtFirFunctionSymbol:
modality: ABSTRACT modality: ABSTRACT
name: clear name: clear
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Unit type: kotlin/Unit
typeParameters: [] typeParameters: []
@@ -108,7 +108,7 @@ KtFirFunctionSymbol:
modality: ABSTRACT modality: ABSTRACT
name: listIterator name: listIterator
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/collections/MutableListIterator<E> type: kotlin/collections/MutableListIterator<E>
typeParameters: [] typeParameters: []
@@ -127,7 +127,7 @@ KtFirFunctionSymbol:
modality: ABSTRACT modality: ABSTRACT
name: listIterator name: listIterator
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/collections/MutableListIterator<E> type: kotlin/collections/MutableListIterator<E>
typeParameters: [] typeParameters: []
@@ -146,7 +146,7 @@ KtFirFunctionSymbol:
modality: ABSTRACT modality: ABSTRACT
name: remove name: remove
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Boolean type: kotlin/Boolean
typeParameters: [] typeParameters: []
@@ -165,7 +165,7 @@ KtFirFunctionSymbol:
modality: ABSTRACT modality: ABSTRACT
name: removeAll name: removeAll
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Boolean type: kotlin/Boolean
typeParameters: [] typeParameters: []
@@ -184,7 +184,7 @@ KtFirFunctionSymbol:
modality: ABSTRACT modality: ABSTRACT
name: removeAt name: removeAt
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: E type: E
typeParameters: [] typeParameters: []
@@ -203,7 +203,7 @@ KtFirFunctionSymbol:
modality: ABSTRACT modality: ABSTRACT
name: retainAll name: retainAll
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Boolean type: kotlin/Boolean
typeParameters: [] typeParameters: []
@@ -222,7 +222,7 @@ KtFirFunctionSymbol:
modality: ABSTRACT modality: ABSTRACT
name: set name: set
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: E type: E
typeParameters: [] typeParameters: []
@@ -241,7 +241,7 @@ KtFirFunctionSymbol:
modality: ABSTRACT modality: ABSTRACT
name: subList name: subList
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/collections/MutableList<E> type: kotlin/collections/MutableList<E>
typeParameters: [] typeParameters: []
@@ -260,7 +260,7 @@ KtFirFunctionSymbol:
modality: ABSTRACT modality: ABSTRACT
name: contains name: contains
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Boolean type: kotlin/Boolean
typeParameters: [] typeParameters: []
@@ -279,7 +279,7 @@ KtFirFunctionSymbol:
modality: ABSTRACT modality: ABSTRACT
name: containsAll name: containsAll
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Boolean type: kotlin/Boolean
typeParameters: [] typeParameters: []
@@ -298,7 +298,7 @@ KtFirFunctionSymbol:
modality: ABSTRACT modality: ABSTRACT
name: get name: get
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: E type: E
typeParameters: [] typeParameters: []
@@ -317,7 +317,7 @@ KtFirFunctionSymbol:
modality: ABSTRACT modality: ABSTRACT
name: indexOf name: indexOf
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -336,7 +336,7 @@ KtFirFunctionSymbol:
modality: ABSTRACT modality: ABSTRACT
name: isEmpty name: isEmpty
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Boolean type: kotlin/Boolean
typeParameters: [] typeParameters: []
@@ -355,7 +355,7 @@ KtFirFunctionSymbol:
modality: ABSTRACT modality: ABSTRACT
name: iterator name: iterator
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/collections/MutableIterator<E> type: kotlin/collections/MutableIterator<E>
typeParameters: [] typeParameters: []
@@ -374,7 +374,7 @@ KtFirFunctionSymbol:
modality: ABSTRACT modality: ABSTRACT
name: lastIndexOf name: lastIndexOf
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -397,7 +397,7 @@ KtFirKotlinPropertySymbol:
modality: ABSTRACT modality: ABSTRACT
name: size name: size
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
setter: null setter: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
@@ -415,7 +415,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: equals name: equals
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Boolean type: kotlin/Boolean
typeParameters: [] typeParameters: []
@@ -434,7 +434,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: hashCode name: hashCode
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -453,7 +453,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: toString name: toString
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/String type: kotlin/String
typeParameters: [] typeParameters: []
@@ -33,7 +33,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: hash32 name: hash32
origin: JAVA origin: JAVA
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -62,7 +62,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: length name: length
origin: JAVA origin: JAVA
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -85,7 +85,7 @@ KtFirKotlinPropertySymbol:
modality: ABSTRACT modality: ABSTRACT
name: length name: length
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
setter: null setter: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
@@ -103,7 +103,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: isEmpty name: isEmpty
origin: JAVA origin: JAVA
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Boolean type: kotlin/Boolean
typeParameters: [] typeParameters: []
@@ -122,7 +122,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: charAt name: charAt
origin: JAVA origin: JAVA
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Char type: kotlin/Char
typeParameters: [] typeParameters: []
@@ -141,7 +141,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: codePointAt name: codePointAt
origin: JAVA origin: JAVA
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -160,7 +160,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: codePointBefore name: codePointBefore
origin: JAVA origin: JAVA
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -179,7 +179,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: codePointCount name: codePointCount
origin: JAVA origin: JAVA
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -198,7 +198,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: offsetByCodePoints name: offsetByCodePoints
origin: JAVA origin: JAVA
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -217,7 +217,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: getChars name: getChars
origin: JAVA origin: JAVA
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Unit type: kotlin/Unit
typeParameters: [] typeParameters: []
@@ -236,7 +236,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: getChars name: getChars
origin: JAVA origin: JAVA
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Unit type: kotlin/Unit
typeParameters: [] typeParameters: []
@@ -255,7 +255,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: getBytes name: getBytes
origin: JAVA origin: JAVA
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Unit type: kotlin/Unit
typeParameters: [] typeParameters: []
@@ -274,7 +274,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: getBytes name: getBytes
origin: JAVA origin: JAVA
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: @EnhancedNullability kotlin/ByteArray type: @EnhancedNullability kotlin/ByteArray
typeParameters: [] typeParameters: []
@@ -293,7 +293,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: getBytes name: getBytes
origin: JAVA origin: JAVA
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: @EnhancedNullability kotlin/ByteArray type: @EnhancedNullability kotlin/ByteArray
typeParameters: [] typeParameters: []
@@ -312,7 +312,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: getBytes name: getBytes
origin: JAVA origin: JAVA
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: @EnhancedNullability kotlin/ByteArray type: @EnhancedNullability kotlin/ByteArray
typeParameters: [] typeParameters: []
@@ -331,7 +331,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: equals name: equals
origin: JAVA origin: JAVA
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Boolean type: kotlin/Boolean
typeParameters: [] typeParameters: []
@@ -350,7 +350,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: contentEquals name: contentEquals
origin: JAVA origin: JAVA
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Boolean type: kotlin/Boolean
typeParameters: [] typeParameters: []
@@ -369,7 +369,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: contentEquals name: contentEquals
origin: JAVA origin: JAVA
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Boolean type: kotlin/Boolean
typeParameters: [] typeParameters: []
@@ -388,7 +388,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: equalsIgnoreCase name: equalsIgnoreCase
origin: JAVA origin: JAVA
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Boolean type: kotlin/Boolean
typeParameters: [] typeParameters: []
@@ -407,7 +407,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: compareTo name: compareTo
origin: JAVA origin: JAVA
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -426,7 +426,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: compareToIgnoreCase name: compareToIgnoreCase
origin: JAVA origin: JAVA
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -445,7 +445,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: regionMatches name: regionMatches
origin: JAVA origin: JAVA
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Boolean type: kotlin/Boolean
typeParameters: [] typeParameters: []
@@ -464,7 +464,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: regionMatches name: regionMatches
origin: JAVA origin: JAVA
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Boolean type: kotlin/Boolean
typeParameters: [] typeParameters: []
@@ -483,7 +483,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: startsWith name: startsWith
origin: JAVA origin: JAVA
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Boolean type: kotlin/Boolean
typeParameters: [] typeParameters: []
@@ -502,7 +502,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: startsWith name: startsWith
origin: JAVA origin: JAVA
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Boolean type: kotlin/Boolean
typeParameters: [] typeParameters: []
@@ -521,7 +521,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: endsWith name: endsWith
origin: JAVA origin: JAVA
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Boolean type: kotlin/Boolean
typeParameters: [] typeParameters: []
@@ -540,7 +540,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: hashCode name: hashCode
origin: JAVA origin: JAVA
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -559,7 +559,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: indexOf name: indexOf
origin: JAVA origin: JAVA
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -578,7 +578,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: indexOf name: indexOf
origin: JAVA origin: JAVA
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -597,7 +597,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: indexOf name: indexOf
origin: JAVA origin: JAVA
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -616,7 +616,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: indexOf name: indexOf
origin: JAVA origin: JAVA
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -635,7 +635,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: indexOfSupplementary name: indexOfSupplementary
origin: JAVA origin: JAVA
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -654,7 +654,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: lastIndexOf name: lastIndexOf
origin: JAVA origin: JAVA
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -673,7 +673,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: lastIndexOf name: lastIndexOf
origin: JAVA origin: JAVA
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -692,7 +692,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: lastIndexOf name: lastIndexOf
origin: JAVA origin: JAVA
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -711,7 +711,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: lastIndexOf name: lastIndexOf
origin: JAVA origin: JAVA
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -730,7 +730,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: lastIndexOfSupplementary name: lastIndexOfSupplementary
origin: JAVA origin: JAVA
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -749,7 +749,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: substring name: substring
origin: JAVA origin: JAVA
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: @EnhancedNullability kotlin/String type: @EnhancedNullability kotlin/String
typeParameters: [] typeParameters: []
@@ -768,7 +768,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: substring name: substring
origin: JAVA origin: JAVA
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: @EnhancedNullability kotlin/String type: @EnhancedNullability kotlin/String
typeParameters: [] typeParameters: []
@@ -787,7 +787,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: subSequence name: subSequence
origin: JAVA origin: JAVA
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: @EnhancedNullability kotlin/CharSequence type: @EnhancedNullability kotlin/CharSequence
typeParameters: [] typeParameters: []
@@ -806,7 +806,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: concat name: concat
origin: JAVA origin: JAVA
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: @EnhancedNullability kotlin/String type: @EnhancedNullability kotlin/String
typeParameters: [] typeParameters: []
@@ -825,7 +825,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: replace name: replace
origin: JAVA origin: JAVA
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: @EnhancedNullability kotlin/String type: @EnhancedNullability kotlin/String
typeParameters: [] typeParameters: []
@@ -844,7 +844,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: replace name: replace
origin: JAVA origin: JAVA
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: @EnhancedNullability kotlin/String type: @EnhancedNullability kotlin/String
typeParameters: [] typeParameters: []
@@ -863,7 +863,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: matches name: matches
origin: JAVA origin: JAVA
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Boolean type: kotlin/Boolean
typeParameters: [] typeParameters: []
@@ -882,7 +882,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: contains name: contains
origin: JAVA origin: JAVA
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Boolean type: kotlin/Boolean
typeParameters: [] typeParameters: []
@@ -901,7 +901,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: replaceFirst name: replaceFirst
origin: JAVA origin: JAVA
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: @EnhancedNullability kotlin/String type: @EnhancedNullability kotlin/String
typeParameters: [] typeParameters: []
@@ -920,7 +920,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: replaceAll name: replaceAll
origin: JAVA origin: JAVA
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: @EnhancedNullability kotlin/String type: @EnhancedNullability kotlin/String
typeParameters: [] typeParameters: []
@@ -939,7 +939,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: split name: split
origin: JAVA origin: JAVA
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: ft<@EnhancedNullability kotlin/Array<ft<@FlexibleNullability kotlin/String, kotlin/String?>!>, @EnhancedNullability kotlin/Array<out ft<@FlexibleNullability kotlin/String, kotlin/String?>!>> type: ft<@EnhancedNullability kotlin/Array<ft<@FlexibleNullability kotlin/String, kotlin/String?>!>, @EnhancedNullability kotlin/Array<out ft<@FlexibleNullability kotlin/String, kotlin/String?>!>>
typeParameters: [] typeParameters: []
@@ -958,7 +958,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: split name: split
origin: JAVA origin: JAVA
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: ft<@EnhancedNullability kotlin/Array<ft<@FlexibleNullability kotlin/String, kotlin/String?>!>, @EnhancedNullability kotlin/Array<out ft<@FlexibleNullability kotlin/String, kotlin/String?>!>> type: ft<@EnhancedNullability kotlin/Array<ft<@FlexibleNullability kotlin/String, kotlin/String?>!>, @EnhancedNullability kotlin/Array<out ft<@FlexibleNullability kotlin/String, kotlin/String?>!>>
typeParameters: [] typeParameters: []
@@ -977,7 +977,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: toLowerCase name: toLowerCase
origin: JAVA origin: JAVA
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: @EnhancedNullability kotlin/String type: @EnhancedNullability kotlin/String
typeParameters: [] typeParameters: []
@@ -996,7 +996,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: toLowerCase name: toLowerCase
origin: JAVA origin: JAVA
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: @EnhancedNullability kotlin/String type: @EnhancedNullability kotlin/String
typeParameters: [] typeParameters: []
@@ -1015,7 +1015,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: toUpperCase name: toUpperCase
origin: JAVA origin: JAVA
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: @EnhancedNullability kotlin/String type: @EnhancedNullability kotlin/String
typeParameters: [] typeParameters: []
@@ -1034,7 +1034,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: toUpperCase name: toUpperCase
origin: JAVA origin: JAVA
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: @EnhancedNullability kotlin/String type: @EnhancedNullability kotlin/String
typeParameters: [] typeParameters: []
@@ -1053,7 +1053,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: trim name: trim
origin: JAVA origin: JAVA
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: @EnhancedNullability kotlin/String type: @EnhancedNullability kotlin/String
typeParameters: [] typeParameters: []
@@ -1072,7 +1072,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: toString name: toString
origin: JAVA origin: JAVA
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: @FlexibleNullability kotlin/String type: @FlexibleNullability kotlin/String
typeParameters: [] typeParameters: []
@@ -1091,7 +1091,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: toCharArray name: toCharArray
origin: JAVA origin: JAVA
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: @EnhancedNullability kotlin/CharArray type: @EnhancedNullability kotlin/CharArray
typeParameters: [] typeParameters: []
@@ -1110,7 +1110,7 @@ KtFirFunctionSymbol:
modality: OPEN modality: OPEN
name: intern name: intern
origin: JAVA origin: JAVA
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: @EnhancedNullability kotlin/String type: @EnhancedNullability kotlin/String
typeParameters: [] typeParameters: []
@@ -1299,7 +1299,7 @@ KtFirFunctionSymbol:
modality: ABSTRACT modality: ABSTRACT
name: get name: get
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Char type: kotlin/Char
typeParameters: [] typeParameters: []
@@ -13,7 +13,7 @@ KtFirFunctionSymbol:
modality: ABSTRACT modality: ABSTRACT
name: get name: get
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: E type: E
typeParameters: [] typeParameters: []
@@ -13,7 +13,7 @@ KtFirFunctionSymbol:
modality: ABSTRACT modality: ABSTRACT
name: listIterator name: listIterator
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/collections/ListIterator<E> type: kotlin/collections/ListIterator<E>
typeParameters: [] typeParameters: []
@@ -32,7 +32,7 @@ KtFirFunctionSymbol:
modality: ABSTRACT modality: ABSTRACT
name: listIterator name: listIterator
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/collections/ListIterator<E> type: kotlin/collections/ListIterator<E>
typeParameters: [] typeParameters: []
@@ -16,7 +16,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: x name: x
origin: SOURCE origin: SOURCE
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -35,7 +35,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: y name: y
origin: SOURCE origin: SOURCE
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Unit type: kotlin/Unit
typeParameters: [] typeParameters: []
@@ -20,13 +20,14 @@ KtFirKotlinPropertySymbol:
modality: FINAL modality: FINAL
name: x name: x
origin: SOURCE origin: SOURCE
receiverType: null receiverTypeAndAnnotations: null
setter: null setter: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
visibility: PUBLIC visibility: PUBLIC
KtFirPropertyGetterSymbol: KtFirPropertyGetterSymbol:
annotations: []
hasBody: true hasBody: true
isDefault: false isDefault: false
isInline: false isInline: false
@@ -53,7 +54,7 @@ KtFirKotlinPropertySymbol:
modality: FINAL modality: FINAL
name: y name: y
origin: SOURCE origin: SOURCE
receiverType: kotlin/Int receiverTypeAndAnnotations: [] kotlin/Int
setter: null setter: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
@@ -14,7 +14,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: x name: x
origin: SOURCE origin: SOURCE
receiverType: null receiverTypeAndAnnotations: null
symbolKind: TOP_LEVEL symbolKind: TOP_LEVEL
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -33,7 +33,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: y name: y
origin: SOURCE origin: SOURCE
receiverType: null receiverTypeAndAnnotations: null
symbolKind: TOP_LEVEL symbolKind: TOP_LEVEL
type: kotlin/Unit type: kotlin/Unit
typeParameters: [] typeParameters: []
@@ -18,13 +18,14 @@ KtFirKotlinPropertySymbol:
modality: FINAL modality: FINAL
name: x name: x
origin: SOURCE origin: SOURCE
receiverType: null receiverTypeAndAnnotations: null
setter: null setter: null
symbolKind: TOP_LEVEL symbolKind: TOP_LEVEL
type: kotlin/Int type: kotlin/Int
visibility: PUBLIC visibility: PUBLIC
KtFirPropertyGetterSymbol: KtFirPropertyGetterSymbol:
annotations: []
hasBody: true hasBody: true
isDefault: false isDefault: false
isInline: false isInline: false
@@ -51,7 +52,7 @@ KtFirKotlinPropertySymbol:
modality: FINAL modality: FINAL
name: y name: y
origin: SOURCE origin: SOURCE
receiverType: kotlin/Int receiverTypeAndAnnotations: [] kotlin/Int
setter: null setter: null
symbolKind: TOP_LEVEL symbolKind: TOP_LEVEL
type: kotlin/Int type: kotlin/Int
@@ -13,7 +13,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: listOf name: listOf
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: TOP_LEVEL symbolKind: TOP_LEVEL
type: kotlin/collections/List<T> type: kotlin/collections/List<T>
typeParameters: [KtFirTypeParameterSymbol(T)] typeParameters: [KtFirTypeParameterSymbol(T)]
@@ -32,7 +32,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: listOf name: listOf
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: TOP_LEVEL symbolKind: TOP_LEVEL
type: kotlin/collections/List<T> type: kotlin/collections/List<T>
typeParameters: [KtFirTypeParameterSymbol(T)] typeParameters: [KtFirTypeParameterSymbol(T)]
@@ -51,7 +51,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: listOf name: listOf
origin: LIBRARY origin: LIBRARY
receiverType: null receiverTypeAndAnnotations: null
symbolKind: TOP_LEVEL symbolKind: TOP_LEVEL
type: kotlin/collections/List<T> type: kotlin/collections/List<T>
typeParameters: [KtFirTypeParameterSymbol(T)] typeParameters: [KtFirTypeParameterSymbol(T)]
@@ -66,7 +66,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: x name: x
origin: SOURCE origin: SOURCE
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Unit type: kotlin/Unit
typeParameters: [] typeParameters: []
@@ -21,7 +21,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: run name: run
origin: SOURCE origin: SOURCE
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Unit type: kotlin/Unit
typeParameters: [] typeParameters: []
@@ -44,7 +44,7 @@ KtFirKotlinPropertySymbol:
modality: FINAL modality: FINAL
name: data name: data
origin: SOURCE origin: SOURCE
receiverType: null receiverTypeAndAnnotations: null
setter: null setter: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
@@ -72,7 +72,7 @@ KtFirKotlinPropertySymbol:
modality: FINAL modality: FINAL
name: anonymousObject name: anonymousObject
origin: SOURCE origin: SOURCE
receiverType: null receiverTypeAndAnnotations: null
setter: null setter: null
symbolKind: MEMBER symbolKind: MEMBER
type: java/lang/Runnable type: java/lang/Runnable
@@ -21,7 +21,7 @@ KtFirKotlinPropertySymbol:
modality: FINAL modality: FINAL
name: a name: a
origin: SOURCE origin: SOURCE
receiverType: null receiverTypeAndAnnotations: null
setter: null setter: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
@@ -39,7 +39,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: x name: x
origin: SOURCE origin: SOURCE
receiverType: null receiverTypeAndAnnotations: null
symbolKind: MEMBER symbolKind: MEMBER
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -14,7 +14,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: foo name: foo
origin: SOURCE origin: SOURCE
receiverType: kotlin/String receiverTypeAndAnnotations: [] kotlin/String
symbolKind: TOP_LEVEL symbolKind: TOP_LEVEL
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
+1 -1
View File
@@ -23,7 +23,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: foo name: foo
origin: SOURCE origin: SOURCE
receiverType: null receiverTypeAndAnnotations: null
symbolKind: TOP_LEVEL symbolKind: TOP_LEVEL
type: kotlin/Unit type: kotlin/Unit
typeParameters: [] typeParameters: []
@@ -28,7 +28,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: foo name: foo
origin: SOURCE origin: SOURCE
receiverType: null receiverTypeAndAnnotations: null
symbolKind: TOP_LEVEL symbolKind: TOP_LEVEL
type: kotlin/Unit type: kotlin/Unit
typeParameters: [KtFirTypeParameterSymbol(X)] typeParameters: [KtFirTypeParameterSymbol(X)]
@@ -14,7 +14,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: foo name: foo
origin: SOURCE origin: SOURCE
receiverType: null receiverTypeAndAnnotations: null
symbolKind: TOP_LEVEL symbolKind: TOP_LEVEL
type: kotlin/Int type: kotlin/Int
typeParameters: [] typeParameters: []
@@ -26,7 +26,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: aaa name: aaa
origin: SOURCE origin: SOURCE
receiverType: null receiverTypeAndAnnotations: null
symbolKind: LOCAL symbolKind: LOCAL
type: kotlin/Unit type: kotlin/Unit
typeParameters: [] typeParameters: []
@@ -60,7 +60,7 @@ KtFirFunctionSymbol:
modality: FINAL modality: FINAL
name: yyy name: yyy
origin: SOURCE origin: SOURCE
receiverType: null receiverTypeAndAnnotations: null
symbolKind: TOP_LEVEL symbolKind: TOP_LEVEL
type: kotlin/Unit type: kotlin/Unit
typeParameters: [] typeParameters: []
@@ -7,3 +7,5 @@ class Foo {
} }
} }
} }
// FIR_COMPARISON
@@ -9,3 +9,5 @@ class Foo {
} }
} }
} }
// FIR_COMPARISON