AA: render containing file and JvmClassName
This commit is contained in:
committed by
Space Team
parent
797174ee1f
commit
f5d2ce3022
@@ -8,4 +8,4 @@ annotation class Anno(param1: kotlin.String, param2: kotlin.Int) {
|
||||
class X {
|
||||
@Anno(param1 = "funparam", param2 = 3)
|
||||
fun x()
|
||||
}
|
||||
}
|
||||
|
||||
@@ -38,6 +38,8 @@ KtConstructorSymbol:
|
||||
type: kotlin/String
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(annotations.kt)
|
||||
getContainingJvmClassName: Anno
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /Anno.param1
|
||||
@@ -67,6 +69,8 @@ KtConstructorSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: Anno
|
||||
getContainingFileSymbol: KtFileSymbol(annotations.kt)
|
||||
getContainingJvmClassName: Anno
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -99,6 +103,8 @@ KtConstructorSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: Anno
|
||||
getContainingFileSymbol: KtFileSymbol(annotations.kt)
|
||||
getContainingJvmClassName: Anno
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -120,6 +126,8 @@ KtConstructorSymbol:
|
||||
type: kotlin/String
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(annotations.kt)
|
||||
getContainingJvmClassName: Anno
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
KtValueParameterSymbol:
|
||||
@@ -143,6 +151,8 @@ KtConstructorSymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(annotations.kt)
|
||||
getContainingJvmClassName: Anno
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /Anno.param2
|
||||
@@ -172,6 +182,8 @@ KtConstructorSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: Anno
|
||||
getContainingFileSymbol: KtFileSymbol(annotations.kt)
|
||||
getContainingJvmClassName: Anno
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -204,6 +216,8 @@ KtConstructorSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: Anno
|
||||
getContainingFileSymbol: KtFileSymbol(annotations.kt)
|
||||
getContainingJvmClassName: Anno
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -225,10 +239,14 @@ KtConstructorSymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(annotations.kt)
|
||||
getContainingJvmClassName: Anno
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
]
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(annotations.kt)
|
||||
getContainingJvmClassName: Anno
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -257,6 +275,7 @@ KtNamedClassOrObjectSymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(annotations.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: [CLASS, ANNOTATION_CLASS, PROPERTY, FIELD, LOCAL_VARIABLE, VALUE_PARAMETER, CONSTRUCTOR, FUNCTION, PROPERTY_GETTER, PROPERTY_SETTER, BACKING_FIELD]
|
||||
deprecationStatus: null
|
||||
@@ -297,6 +316,8 @@ KtFunctionSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: X
|
||||
getContainingFileSymbol: KtFileSymbol(annotations.kt)
|
||||
getContainingJvmClassName: X
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -328,6 +349,7 @@ KtNamedClassOrObjectSymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(annotations.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
deprecationStatus: null
|
||||
|
||||
+16
@@ -31,6 +31,8 @@ KtFunctionSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: <no name provided>
|
||||
getContainingFileSymbol: KtFileSymbol(anonymousObject.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -51,6 +53,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(anonymousObject.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: null
|
||||
@@ -80,6 +84,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: <no name provided>
|
||||
getContainingFileSymbol: KtFileSymbol(anonymousObject.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -112,6 +118,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: <no name provided>
|
||||
getContainingFileSymbol: KtFileSymbol(anonymousObject.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -135,6 +143,7 @@ KtAnonymousObjectSymbol:
|
||||
]
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(anonymousObject.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
@@ -156,6 +165,8 @@ KtKotlinPropertySymbol:
|
||||
type: java/lang/Runnable
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(anonymousObject.kt)
|
||||
getContainingJvmClassName: AnonymousContainer
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /AnonymousContainer.anonymousObject
|
||||
@@ -185,6 +196,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: AnonymousContainer
|
||||
getContainingFileSymbol: KtFileSymbol(anonymousObject.kt)
|
||||
getContainingJvmClassName: AnonymousContainer
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -217,6 +230,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: AnonymousContainer
|
||||
getContainingFileSymbol: KtFileSymbol(anonymousObject.kt)
|
||||
getContainingJvmClassName: AnonymousContainer
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -249,6 +264,7 @@ KtNamedClassOrObjectSymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(anonymousObject.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
+1
-1
@@ -1,3 +1,3 @@
|
||||
class AnonymousContainer {
|
||||
val anonymousObject: java.lang.Runnable
|
||||
}
|
||||
}
|
||||
|
||||
@@ -31,6 +31,8 @@ KtFunctionSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: <anonymous>
|
||||
getContainingFileSymbol: KtFileSymbol(anonymousObject.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -51,6 +53,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(anonymousObject.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: null
|
||||
@@ -80,6 +84,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: <anonymous>
|
||||
getContainingFileSymbol: KtFileSymbol(anonymousObject.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -112,6 +118,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: <anonymous>
|
||||
getContainingFileSymbol: KtFileSymbol(anonymousObject.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -135,6 +143,7 @@ KtAnonymousObjectSymbol:
|
||||
]
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(anonymousObject.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
@@ -156,6 +165,8 @@ KtKotlinPropertySymbol:
|
||||
type: java/lang/Runnable
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(anonymousObject.kt)
|
||||
getContainingJvmClassName: AnonymousContainer
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /AnonymousContainer.anonymousObject
|
||||
@@ -185,6 +196,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: AnonymousContainer
|
||||
getContainingFileSymbol: KtFileSymbol(anonymousObject.kt)
|
||||
getContainingJvmClassName: AnonymousContainer
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -217,6 +230,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: AnonymousContainer
|
||||
getContainingFileSymbol: KtFileSymbol(anonymousObject.kt)
|
||||
getContainingJvmClassName: AnonymousContainer
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -249,6 +264,7 @@ KtNamedClassOrObjectSymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(anonymousObject.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
var p: kotlin.Int
|
||||
get()
|
||||
set(value: kotlin.Int)
|
||||
set(value: kotlin.Int)
|
||||
|
||||
@@ -15,6 +15,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(backingField.kt)
|
||||
getContainingJvmClassName: BackingFieldKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /p
|
||||
@@ -40,6 +42,8 @@ KtKotlinPropertySymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(backingField.kt)
|
||||
getContainingJvmClassName: BackingFieldKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -96,6 +100,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(backingField.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
receiverParameter: null
|
||||
@@ -126,18 +132,24 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(backingField.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
]
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(backingField.kt)
|
||||
getContainingJvmClassName: BackingFieldKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(backingField.kt)
|
||||
getContainingJvmClassName: BackingFieldKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
javaGetterName: getP
|
||||
javaSetterName: setP
|
||||
setterDeprecationStatus: null
|
||||
setterDeprecationStatus: null
|
||||
|
||||
@@ -23,6 +23,7 @@ KtNamedClassOrObjectSymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(class.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
deprecationStatus: null
|
||||
|
||||
+1
-1
@@ -1,3 +1,3 @@
|
||||
class A {
|
||||
val i: kotlin.Int
|
||||
}
|
||||
}
|
||||
|
||||
@@ -15,6 +15,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(classInitializer.kt)
|
||||
getContainingJvmClassName: A
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /A.i
|
||||
@@ -44,6 +46,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: A
|
||||
getContainingFileSymbol: KtFileSymbol(classInitializer.kt)
|
||||
getContainingJvmClassName: A
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -76,6 +80,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: A
|
||||
getContainingFileSymbol: KtFileSymbol(classInitializer.kt)
|
||||
getContainingJvmClassName: A
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -88,6 +94,7 @@ KtClassInitializerSymbol:
|
||||
origin: SOURCE
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(classInitializer.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -116,6 +123,7 @@ KtNamedClassOrObjectSymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(classInitializer.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -2,4 +2,4 @@ class A {
|
||||
val a: kotlin.Int
|
||||
|
||||
fun x(): kotlin.Int
|
||||
}
|
||||
}
|
||||
|
||||
@@ -15,6 +15,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(classMembes.kt)
|
||||
getContainingJvmClassName: A
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /A.a
|
||||
@@ -44,6 +46,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: A
|
||||
getContainingFileSymbol: KtFileSymbol(classMembes.kt)
|
||||
getContainingJvmClassName: A
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -76,6 +80,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: A
|
||||
getContainingFileSymbol: KtFileSymbol(classMembes.kt)
|
||||
getContainingJvmClassName: A
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -116,6 +122,8 @@ KtFunctionSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: A
|
||||
getContainingFileSymbol: KtFileSymbol(classMembes.kt)
|
||||
getContainingJvmClassName: A
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -144,6 +152,7 @@ KtNamedClassOrObjectSymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(classMembes.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
deprecationStatus: null
|
||||
|
||||
+1
-1
@@ -1,3 +1,3 @@
|
||||
class A(a: kotlin.Int, b: kotlin.String) {
|
||||
val a: kotlin.Int
|
||||
}
|
||||
}
|
||||
|
||||
+14
-1
@@ -38,6 +38,8 @@ KtConstructorSymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(classPrimaryConstructor.kt)
|
||||
getContainingJvmClassName: A
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /A.a
|
||||
@@ -67,6 +69,8 @@ KtConstructorSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: A
|
||||
getContainingFileSymbol: KtFileSymbol(classPrimaryConstructor.kt)
|
||||
getContainingJvmClassName: A
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -99,6 +103,8 @@ KtConstructorSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: A
|
||||
getContainingFileSymbol: KtFileSymbol(classPrimaryConstructor.kt)
|
||||
getContainingJvmClassName: A
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -120,6 +126,8 @@ KtConstructorSymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(classPrimaryConstructor.kt)
|
||||
getContainingJvmClassName: A
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
KtValueParameterSymbol:
|
||||
@@ -142,10 +150,14 @@ KtConstructorSymbol:
|
||||
type: kotlin/String
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(classPrimaryConstructor.kt)
|
||||
getContainingJvmClassName: A
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
]
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(classPrimaryConstructor.kt)
|
||||
getContainingJvmClassName: A
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -174,6 +186,7 @@ KtNamedClassOrObjectSymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(classPrimaryConstructor.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
deprecationStatus: null
|
||||
|
||||
+1
-1
@@ -2,4 +2,4 @@ class A {
|
||||
constructor(x: kotlin.Int)
|
||||
|
||||
constructor(y: kotlin.Int, z: kotlin.String)
|
||||
}
|
||||
}
|
||||
|
||||
+14
-1
@@ -18,6 +18,8 @@ KtConstructorSymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(classSecondaryConstructors.kt)
|
||||
getContainingJvmClassName: A
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -60,10 +62,14 @@ KtConstructorSymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(classSecondaryConstructors.kt)
|
||||
getContainingJvmClassName: A
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
]
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(classSecondaryConstructors.kt)
|
||||
getContainingJvmClassName: A
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -106,6 +112,8 @@ KtConstructorSymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(classSecondaryConstructors.kt)
|
||||
getContainingJvmClassName: A
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
KtValueParameterSymbol:
|
||||
@@ -128,10 +136,14 @@ KtConstructorSymbol:
|
||||
type: kotlin/String
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(classSecondaryConstructors.kt)
|
||||
getContainingJvmClassName: A
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
]
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(classSecondaryConstructors.kt)
|
||||
getContainingJvmClassName: A
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -160,6 +172,7 @@ KtNamedClassOrObjectSymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(classSecondaryConstructors.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
deprecationStatus: null
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
class A<T, R>
|
||||
class A<T, R>
|
||||
|
||||
@@ -9,6 +9,7 @@ KtTypeParameterSymbol:
|
||||
typeParameters: []
|
||||
upperBounds: []
|
||||
variance: INVARIANT
|
||||
getContainingFileSymbol: KtFileSymbol(classWithTypeParams.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -20,6 +21,7 @@ KtTypeParameterSymbol:
|
||||
typeParameters: []
|
||||
upperBounds: []
|
||||
variance: INVARIANT
|
||||
getContainingFileSymbol: KtFileSymbol(classWithTypeParams.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -51,6 +53,7 @@ KtNamedClassOrObjectSymbol:
|
||||
KtTypeParameterSymbol(R)
|
||||
]
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(classWithTypeParams.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
deprecationStatus: null
|
||||
|
||||
Vendored
+6
-1
@@ -37,10 +37,14 @@ KtConstructorSymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(contextReceiversOnClass.kt)
|
||||
getContainingJvmClassName: A
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
]
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(contextReceiversOnClass.kt)
|
||||
getContainingJvmClassName: A
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -82,6 +86,7 @@ KtNamedClassOrObjectSymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(contextReceiversOnClass.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
deprecationStatus: null
|
||||
|
||||
Vendored
+3
-1
@@ -40,5 +40,7 @@ KtFunctionSymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(contextReceiversOnFunction.kt)
|
||||
getContainingJvmClassName: ContextReceiversOnFunctionKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
deprecationStatus: null
|
||||
|
||||
+1
-1
@@ -1,3 +1,3 @@
|
||||
context(kotlin.Int, s@kotlin.String)
|
||||
val y: kotlin.Int
|
||||
get()
|
||||
get()
|
||||
|
||||
Vendored
+7
-1
@@ -15,6 +15,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(contextReceiversOnProperty.kt)
|
||||
getContainingJvmClassName: ContextReceiversOnPropertyKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /y
|
||||
@@ -53,6 +55,8 @@ KtKotlinPropertySymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(contextReceiversOnProperty.kt)
|
||||
getContainingJvmClassName: ContextReceiversOnPropertyKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: false
|
||||
@@ -81,9 +85,11 @@ KtKotlinPropertySymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(contextReceiversOnProperty.kt)
|
||||
getContainingJvmClassName: ContextReceiversOnPropertyKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
javaGetterName: getY
|
||||
javaSetterName: null
|
||||
setterDeprecationStatus: null
|
||||
setterDeprecationStatus: null
|
||||
|
||||
Vendored
+1
-1
@@ -12,4 +12,4 @@ fun tooo()
|
||||
|
||||
class A
|
||||
|
||||
class B
|
||||
class B
|
||||
|
||||
+11
-1
@@ -23,6 +23,7 @@ KtNamedClassOrObjectSymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(similarSignatures.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
@@ -52,6 +53,7 @@ KtNamedClassOrObjectSymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(similarSignatures.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
@@ -92,6 +94,8 @@ KtFunctionSymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(similarSignatures.kt)
|
||||
getContainingJvmClassName: SimilarSignaturesKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -131,6 +135,8 @@ KtFunctionSymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(similarSignatures.kt)
|
||||
getContainingJvmClassName: SimilarSignaturesKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -176,6 +182,8 @@ KtFunctionSymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(similarSignatures.kt)
|
||||
getContainingJvmClassName: SimilarSignaturesKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -221,5 +229,7 @@ KtFunctionSymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(similarSignatures.kt)
|
||||
getContainingJvmClassName: SimilarSignaturesKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
deprecationStatus: null
|
||||
|
||||
+50
@@ -38,6 +38,8 @@ KtConstructorSymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(delegateField.kt)
|
||||
getContainingJvmClassName: MyColor
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /MyColor.x
|
||||
@@ -67,6 +69,8 @@ KtConstructorSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyColor
|
||||
getContainingFileSymbol: KtFileSymbol(delegateField.kt)
|
||||
getContainingJvmClassName: MyColor
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -99,6 +103,8 @@ KtConstructorSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyColor
|
||||
getContainingFileSymbol: KtFileSymbol(delegateField.kt)
|
||||
getContainingJvmClassName: MyColor
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -120,6 +126,8 @@ KtConstructorSymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(delegateField.kt)
|
||||
getContainingJvmClassName: MyColor
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
KtValueParameterSymbol:
|
||||
@@ -143,6 +151,8 @@ KtConstructorSymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(delegateField.kt)
|
||||
getContainingJvmClassName: MyColor
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /MyColor.y
|
||||
@@ -172,6 +182,8 @@ KtConstructorSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyColor
|
||||
getContainingFileSymbol: KtFileSymbol(delegateField.kt)
|
||||
getContainingJvmClassName: MyColor
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -204,6 +216,8 @@ KtConstructorSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyColor
|
||||
getContainingFileSymbol: KtFileSymbol(delegateField.kt)
|
||||
getContainingJvmClassName: MyColor
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -225,6 +239,8 @@ KtConstructorSymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(delegateField.kt)
|
||||
getContainingJvmClassName: MyColor
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
KtValueParameterSymbol:
|
||||
@@ -248,6 +264,8 @@ KtConstructorSymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(delegateField.kt)
|
||||
getContainingJvmClassName: MyColor
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /MyColor.z
|
||||
@@ -277,6 +295,8 @@ KtConstructorSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyColor
|
||||
getContainingFileSymbol: KtFileSymbol(delegateField.kt)
|
||||
getContainingJvmClassName: MyColor
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -309,6 +329,8 @@ KtConstructorSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyColor
|
||||
getContainingFileSymbol: KtFileSymbol(delegateField.kt)
|
||||
getContainingJvmClassName: MyColor
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -330,10 +352,14 @@ KtConstructorSymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(delegateField.kt)
|
||||
getContainingJvmClassName: MyColor
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
]
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(delegateField.kt)
|
||||
getContainingJvmClassName: MyColor
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -362,6 +388,7 @@ KtNamedClassOrObjectSymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(delegateField.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
@@ -381,6 +408,8 @@ KtAnonymousFunctionSymbol:
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(delegateField.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -401,6 +430,8 @@ KtKotlinPropertySymbol:
|
||||
type: MyColor
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(delegateField.kt)
|
||||
getContainingJvmClassName: Some
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /Some.delegate
|
||||
@@ -430,6 +461,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: Some
|
||||
getContainingFileSymbol: KtFileSymbol(delegateField.kt)
|
||||
getContainingJvmClassName: Some
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: false
|
||||
@@ -462,6 +495,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: Some
|
||||
getContainingFileSymbol: KtFileSymbol(delegateField.kt)
|
||||
getContainingJvmClassName: Some
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -484,6 +519,8 @@ KtAnonymousFunctionSymbol:
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(delegateField.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -509,6 +546,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Lazy<MyColor>
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(delegateField.kt)
|
||||
getContainingJvmClassName: Some
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /Some.lambda
|
||||
@@ -543,6 +582,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: Some
|
||||
getContainingFileSymbol: KtFileSymbol(delegateField.kt)
|
||||
getContainingJvmClassName: Some
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -580,6 +621,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: Some
|
||||
getContainingFileSymbol: KtFileSymbol(delegateField.kt)
|
||||
getContainingJvmClassName: Some
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -604,6 +647,8 @@ KtKotlinPropertySymbol:
|
||||
type: MyColor
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(delegateField.kt)
|
||||
getContainingJvmClassName: Some
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /Some.nonLazy
|
||||
@@ -633,6 +678,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: Some
|
||||
getContainingFileSymbol: KtFileSymbol(delegateField.kt)
|
||||
getContainingJvmClassName: Some
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -665,6 +712,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: Some
|
||||
getContainingFileSymbol: KtFileSymbol(delegateField.kt)
|
||||
getContainingJvmClassName: Some
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -697,6 +746,7 @@ KtNamedClassOrObjectSymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(delegateField.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
+1
-1
@@ -13,4 +13,4 @@ class Some {
|
||||
val lambda: kotlin.Lazy<MyColor>
|
||||
|
||||
val nonLazy: MyColor
|
||||
}
|
||||
}
|
||||
|
||||
@@ -38,6 +38,8 @@ KtConstructorSymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(delegateField.kt)
|
||||
getContainingJvmClassName: MyColor
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /MyColor.x
|
||||
@@ -67,6 +69,8 @@ KtConstructorSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyColor
|
||||
getContainingFileSymbol: KtFileSymbol(delegateField.kt)
|
||||
getContainingJvmClassName: MyColor
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -99,6 +103,8 @@ KtConstructorSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyColor
|
||||
getContainingFileSymbol: KtFileSymbol(delegateField.kt)
|
||||
getContainingJvmClassName: MyColor
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -120,6 +126,8 @@ KtConstructorSymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(delegateField.kt)
|
||||
getContainingJvmClassName: MyColor
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
KtValueParameterSymbol:
|
||||
@@ -143,6 +151,8 @@ KtConstructorSymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(delegateField.kt)
|
||||
getContainingJvmClassName: MyColor
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /MyColor.y
|
||||
@@ -172,6 +182,8 @@ KtConstructorSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyColor
|
||||
getContainingFileSymbol: KtFileSymbol(delegateField.kt)
|
||||
getContainingJvmClassName: MyColor
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -204,6 +216,8 @@ KtConstructorSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyColor
|
||||
getContainingFileSymbol: KtFileSymbol(delegateField.kt)
|
||||
getContainingJvmClassName: MyColor
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -225,6 +239,8 @@ KtConstructorSymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(delegateField.kt)
|
||||
getContainingJvmClassName: MyColor
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
KtValueParameterSymbol:
|
||||
@@ -248,6 +264,8 @@ KtConstructorSymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(delegateField.kt)
|
||||
getContainingJvmClassName: MyColor
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /MyColor.z
|
||||
@@ -277,6 +295,8 @@ KtConstructorSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyColor
|
||||
getContainingFileSymbol: KtFileSymbol(delegateField.kt)
|
||||
getContainingJvmClassName: MyColor
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -309,6 +329,8 @@ KtConstructorSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyColor
|
||||
getContainingFileSymbol: KtFileSymbol(delegateField.kt)
|
||||
getContainingJvmClassName: MyColor
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -330,10 +352,14 @@ KtConstructorSymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(delegateField.kt)
|
||||
getContainingJvmClassName: MyColor
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
]
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(delegateField.kt)
|
||||
getContainingJvmClassName: MyColor
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -362,6 +388,7 @@ KtNamedClassOrObjectSymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(delegateField.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
@@ -381,6 +408,8 @@ KtAnonymousFunctionSymbol:
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(delegateField.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -401,6 +430,8 @@ KtKotlinPropertySymbol:
|
||||
type: MyColor
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(delegateField.kt)
|
||||
getContainingJvmClassName: Some
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /Some.delegate
|
||||
@@ -426,6 +457,8 @@ KtKotlinPropertySymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(delegateField.kt)
|
||||
getContainingJvmClassName: Some
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: false
|
||||
@@ -458,6 +491,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: Some
|
||||
getContainingFileSymbol: KtFileSymbol(delegateField.kt)
|
||||
getContainingJvmClassName: Some
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -480,6 +515,8 @@ KtAnonymousFunctionSymbol:
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(delegateField.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -505,6 +542,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Lazy<MyColor>
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(delegateField.kt)
|
||||
getContainingJvmClassName: Some
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /Some.lambda
|
||||
@@ -539,6 +578,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: Some
|
||||
getContainingFileSymbol: KtFileSymbol(delegateField.kt)
|
||||
getContainingJvmClassName: Some
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -576,6 +617,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: Some
|
||||
getContainingFileSymbol: KtFileSymbol(delegateField.kt)
|
||||
getContainingJvmClassName: Some
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -600,6 +643,8 @@ KtKotlinPropertySymbol:
|
||||
type: MyColor
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(delegateField.kt)
|
||||
getContainingJvmClassName: Some
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /Some.nonLazy
|
||||
@@ -629,6 +674,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: Some
|
||||
getContainingFileSymbol: KtFileSymbol(delegateField.kt)
|
||||
getContainingJvmClassName: Some
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -661,6 +708,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: Some
|
||||
getContainingFileSymbol: KtFileSymbol(delegateField.kt)
|
||||
getContainingJvmClassName: Some
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -693,6 +742,7 @@ KtNamedClassOrObjectSymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(delegateField.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
deprecationStatus: null
|
||||
|
||||
+13
-2
@@ -15,6 +15,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/String
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(delegatedProp.kt)
|
||||
getContainingJvmClassName: DelegatedPropKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /delegatedProp
|
||||
@@ -40,6 +42,8 @@ KtKotlinPropertySymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(delegatedProp.kt)
|
||||
getContainingJvmClassName: DelegatedPropKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: false
|
||||
@@ -96,6 +100,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/String
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(delegatedProp.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
receiverParameter: null
|
||||
@@ -126,16 +132,21 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/String
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(delegatedProp.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
]
|
||||
visibility: Public
|
||||
getContainingModule: Could not render due to kotlin.NotImplementedError: An operation is not implemented: org.jetbrains.kotlin.analysis.api.descriptors.symbols.psiBased.KtFe10PsiDefaultPropertySetterSymbol
|
||||
|
||||
getContainingFileSymbol: KtFileSymbol(delegatedProp.kt)
|
||||
getContainingJvmClassName: DelegatedPropKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(delegatedProp.kt)
|
||||
getContainingJvmClassName: DelegatedPropKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
|
||||
+1
-1
@@ -1,3 +1,3 @@
|
||||
var delegatedProp: kotlin.String
|
||||
get()
|
||||
set(delegatedProp: kotlin.String)
|
||||
set(delegatedProp: kotlin.String)
|
||||
|
||||
@@ -15,6 +15,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/String
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(delegatedProp.kt)
|
||||
getContainingJvmClassName: DelegatedPropKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /delegatedProp
|
||||
@@ -40,6 +42,8 @@ KtKotlinPropertySymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(delegatedProp.kt)
|
||||
getContainingJvmClassName: DelegatedPropKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: false
|
||||
@@ -96,6 +100,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/String
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(delegatedProp.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
receiverParameter: null
|
||||
@@ -126,18 +132,24 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/String
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(delegatedProp.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
]
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(delegatedProp.kt)
|
||||
getContainingJvmClassName: DelegatedPropKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(delegatedProp.kt)
|
||||
getContainingJvmClassName: DelegatedPropKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
javaGetterName: getDelegatedProp
|
||||
javaSetterName: setDelegatedProp
|
||||
setterDeprecationStatus: null
|
||||
setterDeprecationStatus: null
|
||||
|
||||
+68
-4
@@ -18,6 +18,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: DeprecatedKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /i
|
||||
@@ -43,6 +45,8 @@ KtKotlinPropertySymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: DeprecatedKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -71,6 +75,8 @@ KtKotlinPropertySymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: DeprecatedKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: DeprecationInfo(deprecationLevel=WARNING, propagatesToOverrides=true, message=don't use i)
|
||||
getterDeprecationStatus: DeprecationInfo(deprecationLevel=WARNING, propagatesToOverrides=true, message=don't use i)
|
||||
@@ -95,6 +101,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: DeprecatedKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /i2
|
||||
@@ -123,6 +131,8 @@ KtKotlinPropertySymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: DeprecatedKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -151,6 +161,8 @@ KtKotlinPropertySymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: DeprecatedKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: DeprecationInfo(deprecationLevel=WARNING, propagatesToOverrides=true, message=don't use getter of i2)
|
||||
@@ -175,6 +187,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: DeprecatedKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /i3
|
||||
@@ -200,6 +214,8 @@ KtKotlinPropertySymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: DeprecatedKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -259,6 +275,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
receiverParameter: null
|
||||
@@ -289,16 +307,21 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
]
|
||||
visibility: Public
|
||||
getContainingModule: Could not render due to kotlin.NotImplementedError: An operation is not implemented: org.jetbrains.kotlin.analysis.api.descriptors.symbols.psiBased.KtFe10PsiDefaultPropertySetterSymbol
|
||||
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: DeprecatedKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: DeprecatedKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -323,6 +346,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: DeprecatedKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /i4
|
||||
@@ -351,6 +376,8 @@ KtKotlinPropertySymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: DeprecatedKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -410,6 +437,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
receiverParameter: null
|
||||
@@ -440,16 +469,21 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
]
|
||||
visibility: Public
|
||||
getContainingModule: Could not render due to kotlin.NotImplementedError: An operation is not implemented: org.jetbrains.kotlin.analysis.api.descriptors.symbols.psiBased.KtFe10PsiDefaultPropertySetterSymbol
|
||||
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: DeprecatedKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: DeprecatedKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: DeprecationInfo(deprecationLevel=WARNING, propagatesToOverrides=true, message=don't use getter of i4)
|
||||
@@ -489,6 +523,8 @@ KtFunctionSymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: DeprecatedKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: DeprecationInfo(deprecationLevel=WARNING, propagatesToOverrides=true, message=don't use f)
|
||||
|
||||
@@ -520,6 +556,7 @@ KtNamedClassOrObjectSymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: DeprecationInfo(deprecationLevel=WARNING, propagatesToOverrides=true, message=don't use MyClass)
|
||||
@@ -544,6 +581,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: Foo
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /Foo.i2
|
||||
@@ -573,6 +612,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: Foo
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: Foo
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -605,6 +646,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: Foo
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: Foo
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: DeprecationInfo(deprecationLevel=WARNING, propagatesToOverrides=true, message=don't use i2)
|
||||
getterDeprecationStatus: DeprecationInfo(deprecationLevel=WARNING, propagatesToOverrides=true, message=don't use i2)
|
||||
@@ -648,6 +691,8 @@ KtFunctionSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: Foo
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: Foo
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: DeprecationInfo(deprecationLevel=WARNING, propagatesToOverrides=true, message=don't use f2)
|
||||
|
||||
@@ -676,6 +721,7 @@ KtNamedClassOrObjectSymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
@@ -700,6 +746,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: DeprecatedKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /j
|
||||
@@ -725,6 +773,8 @@ KtKotlinPropertySymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: DeprecatedKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -753,6 +803,8 @@ KtKotlinPropertySymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: DeprecatedKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: DeprecationInfo(deprecationLevel=ERROR, propagatesToOverrides=true, message=don't use j)
|
||||
getterDeprecationStatus: DeprecationInfo(deprecationLevel=ERROR, propagatesToOverrides=true, message=don't use j)
|
||||
@@ -780,6 +832,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: DeprecatedKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /j2
|
||||
@@ -805,6 +859,8 @@ KtKotlinPropertySymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: DeprecatedKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -833,6 +889,8 @@ KtKotlinPropertySymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: DeprecatedKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: DeprecationInfo(deprecationLevel=HIDDEN, propagatesToOverrides=true, message=don't use j2)
|
||||
getterDeprecationStatus: DeprecationInfo(deprecationLevel=HIDDEN, propagatesToOverrides=true, message=don't use j2)
|
||||
@@ -860,6 +918,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: DeprecatedKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /j3
|
||||
@@ -885,6 +945,8 @@ KtKotlinPropertySymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: DeprecatedKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -913,6 +975,8 @@ KtKotlinPropertySymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: DeprecatedKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: DeprecationInfo(deprecationLevel=WARNING, propagatesToOverrides=false, message=null)
|
||||
getterDeprecationStatus: DeprecationInfo(deprecationLevel=WARNING, propagatesToOverrides=false, message=null)
|
||||
|
||||
@@ -35,4 +35,4 @@ class Foo {
|
||||
|
||||
@kotlin.Deprecated(message = "don't use f2")
|
||||
fun f2(): kotlin.Int
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,6 +18,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: DeprecatedKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /i
|
||||
@@ -43,6 +45,8 @@ KtKotlinPropertySymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: DeprecatedKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -71,6 +75,8 @@ KtKotlinPropertySymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: DeprecatedKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: DeprecationInfo(deprecationLevel=WARNING, propagatesToOverrides=true, message=don't use i)
|
||||
getterDeprecationStatus: DeprecationInfo(deprecationLevel=WARNING, propagatesToOverrides=true, message=don't use i)
|
||||
@@ -95,6 +101,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: DeprecatedKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /i2
|
||||
@@ -123,6 +131,8 @@ KtKotlinPropertySymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: DeprecatedKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -151,6 +161,8 @@ KtKotlinPropertySymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: DeprecatedKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: DeprecationInfo(deprecationLevel=WARNING, propagatesToOverrides=true, message=don't use getter of i2)
|
||||
@@ -175,6 +187,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: DeprecatedKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /i3
|
||||
@@ -200,6 +214,8 @@ KtKotlinPropertySymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: DeprecatedKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -259,6 +275,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
receiverParameter: null
|
||||
@@ -289,15 +307,21 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
]
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: DeprecatedKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: DeprecatedKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -322,6 +346,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: DeprecatedKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /i4
|
||||
@@ -350,6 +376,8 @@ KtKotlinPropertySymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: DeprecatedKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -409,6 +437,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
receiverParameter: null
|
||||
@@ -439,15 +469,21 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
]
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: DeprecatedKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: DeprecatedKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: DeprecationInfo(deprecationLevel=WARNING, propagatesToOverrides=true, message=don't use getter of i4)
|
||||
@@ -487,6 +523,8 @@ KtFunctionSymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: DeprecatedKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: DeprecationInfo(deprecationLevel=WARNING, propagatesToOverrides=true, message=don't use f)
|
||||
|
||||
@@ -518,6 +556,7 @@ KtNamedClassOrObjectSymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: DeprecationInfo(deprecationLevel=WARNING, propagatesToOverrides=true, message=don't use MyClass)
|
||||
@@ -542,6 +581,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: Foo
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /Foo.i2
|
||||
@@ -571,6 +612,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: Foo
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: Foo
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -603,6 +646,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: Foo
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: Foo
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: DeprecationInfo(deprecationLevel=WARNING, propagatesToOverrides=true, message=don't use i2)
|
||||
getterDeprecationStatus: DeprecationInfo(deprecationLevel=WARNING, propagatesToOverrides=true, message=don't use i2)
|
||||
@@ -646,6 +691,8 @@ KtFunctionSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: Foo
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: Foo
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: DeprecationInfo(deprecationLevel=WARNING, propagatesToOverrides=true, message=don't use f2)
|
||||
|
||||
@@ -674,6 +721,7 @@ KtNamedClassOrObjectSymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
@@ -698,6 +746,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: DeprecatedKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /j
|
||||
@@ -723,6 +773,8 @@ KtKotlinPropertySymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: DeprecatedKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -751,6 +803,8 @@ KtKotlinPropertySymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: DeprecatedKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: DeprecationInfo(deprecationLevel=ERROR, propagatesToOverrides=true, message=null)
|
||||
getterDeprecationStatus: DeprecationInfo(deprecationLevel=ERROR, propagatesToOverrides=true, message=null)
|
||||
@@ -778,6 +832,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: DeprecatedKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /j2
|
||||
@@ -803,6 +859,8 @@ KtKotlinPropertySymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: DeprecatedKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -831,6 +889,8 @@ KtKotlinPropertySymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: DeprecatedKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: DeprecationInfo(deprecationLevel=HIDDEN, propagatesToOverrides=true, message=null)
|
||||
getterDeprecationStatus: DeprecationInfo(deprecationLevel=HIDDEN, propagatesToOverrides=true, message=null)
|
||||
@@ -858,6 +918,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: DeprecatedKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: DeprecationInfo(deprecationLevel=WARNING, propagatesToOverrides=false, message=null)
|
||||
callableIdIfNonLocal: /j3
|
||||
@@ -883,6 +945,8 @@ KtKotlinPropertySymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: DeprecatedKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -911,9 +975,11 @@ KtKotlinPropertySymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(deprecated.kt)
|
||||
getContainingJvmClassName: DeprecatedKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
javaGetterName: getJ3
|
||||
javaSetterName: null
|
||||
setterDeprecationStatus: null
|
||||
setterDeprecationStatus: null
|
||||
|
||||
+1
-1
@@ -4,4 +4,4 @@ data class P(x: kotlin.Int, y: kotlin.Int) {
|
||||
val x: kotlin.Int
|
||||
|
||||
val y: kotlin.Int
|
||||
}
|
||||
}
|
||||
|
||||
+26
-1
@@ -38,6 +38,8 @@ KtConstructorSymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(destructuringDeclaration.kt)
|
||||
getContainingJvmClassName: P
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /P.x
|
||||
@@ -67,6 +69,8 @@ KtConstructorSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: P
|
||||
getContainingFileSymbol: KtFileSymbol(destructuringDeclaration.kt)
|
||||
getContainingJvmClassName: P
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -99,6 +103,8 @@ KtConstructorSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: P
|
||||
getContainingFileSymbol: KtFileSymbol(destructuringDeclaration.kt)
|
||||
getContainingJvmClassName: P
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -120,6 +126,8 @@ KtConstructorSymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(destructuringDeclaration.kt)
|
||||
getContainingJvmClassName: P
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
KtValueParameterSymbol:
|
||||
@@ -143,6 +151,8 @@ KtConstructorSymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(destructuringDeclaration.kt)
|
||||
getContainingJvmClassName: P
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /P.y
|
||||
@@ -172,6 +182,8 @@ KtConstructorSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: P
|
||||
getContainingFileSymbol: KtFileSymbol(destructuringDeclaration.kt)
|
||||
getContainingJvmClassName: P
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -204,6 +216,8 @@ KtConstructorSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: P
|
||||
getContainingFileSymbol: KtFileSymbol(destructuringDeclaration.kt)
|
||||
getContainingJvmClassName: P
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -225,10 +239,14 @@ KtConstructorSymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(destructuringDeclaration.kt)
|
||||
getContainingJvmClassName: P
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
]
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(destructuringDeclaration.kt)
|
||||
getContainingJvmClassName: P
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -257,6 +275,7 @@ KtNamedClassOrObjectSymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(destructuringDeclaration.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
@@ -276,6 +295,8 @@ KtLocalVariableSymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(destructuringDeclaration.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -294,6 +315,8 @@ KtLocalVariableSymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(destructuringDeclaration.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -326,5 +349,7 @@ KtFunctionSymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(destructuringDeclaration.kt)
|
||||
getContainingJvmClassName: DestructuringDeclarationKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -14,6 +14,8 @@ KtKotlinPropertySymbol:
|
||||
type: dynamic
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(dynamic.kt)
|
||||
getContainingJvmClassName: Foo
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /Foo.p
|
||||
@@ -42,6 +44,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: Foo
|
||||
getContainingFileSymbol: KtFileSymbol(dynamic.kt)
|
||||
getContainingJvmClassName: Foo
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -73,6 +77,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: Foo
|
||||
getContainingFileSymbol: KtFileSymbol(dynamic.kt)
|
||||
getContainingJvmClassName: Foo
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -94,6 +100,8 @@ KtAnonymousFunctionSymbol:
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(dynamic.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -143,6 +151,8 @@ KtFunctionSymbol:
|
||||
type: dynamic
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(dynamic.kt)
|
||||
getContainingJvmClassName: Foo
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
]
|
||||
@@ -151,6 +161,8 @@ KtFunctionSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: Foo
|
||||
getContainingFileSymbol: KtFileSymbol(dynamic.kt)
|
||||
getContainingJvmClassName: Foo
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -179,6 +191,7 @@ KtNamedClassOrObjectSymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(dynamic.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
enum class X {
|
||||
Y,
|
||||
Z
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,6 +14,8 @@ KtEnumEntrySymbol:
|
||||
type: X
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(enum.kt)
|
||||
getContainingJvmClassName: X
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -33,6 +35,8 @@ KtEnumEntrySymbol:
|
||||
type: X
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(enum.kt)
|
||||
getContainingJvmClassName: X
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -66,6 +70,7 @@ KtNamedClassOrObjectSymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(enum.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
deprecationStatus: null
|
||||
|
||||
+15
@@ -31,6 +31,8 @@ KtFunctionSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyEnumClass.FirstEntry
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryFunctions.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -50,6 +52,8 @@ KtEnumEntrySymbol:
|
||||
type: MyEnumClass
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryFunctions.kt)
|
||||
getContainingJvmClassName: MyEnumClass
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -69,6 +73,8 @@ KtEnumEntrySymbol:
|
||||
type: MyEnumClass
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryFunctions.kt)
|
||||
getContainingJvmClassName: MyEnumClass
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -105,6 +111,8 @@ KtFunctionSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyEnumClass.ThirdEntry
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryFunctions.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -156,6 +164,8 @@ KtFunctionSymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryFunctions.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
]
|
||||
@@ -164,6 +174,8 @@ KtFunctionSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyEnumClass.ThirdEntry
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryFunctions.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -183,6 +195,8 @@ KtEnumEntrySymbol:
|
||||
type: MyEnumClass
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryFunctions.kt)
|
||||
getContainingJvmClassName: MyEnumClass
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -216,6 +230,7 @@ KtNamedClassOrObjectSymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryFunctions.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
+1
-1
@@ -8,4 +8,4 @@ enum class MyEnumClass {
|
||||
|
||||
fun one(i: kotlin.Int)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -31,6 +31,8 @@ KtFunctionSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: <anonymous>
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryFunctions.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -50,6 +52,8 @@ KtEnumEntrySymbol:
|
||||
type: MyEnumClass
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryFunctions.kt)
|
||||
getContainingJvmClassName: MyEnumClass
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -69,6 +73,8 @@ KtEnumEntrySymbol:
|
||||
type: MyEnumClass
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryFunctions.kt)
|
||||
getContainingJvmClassName: MyEnumClass
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -105,6 +111,8 @@ KtFunctionSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: <anonymous>
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryFunctions.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -156,6 +164,8 @@ KtFunctionSymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryFunctions.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
]
|
||||
@@ -164,6 +174,8 @@ KtFunctionSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: <anonymous>
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryFunctions.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -183,6 +195,8 @@ KtEnumEntrySymbol:
|
||||
type: MyEnumClass
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryFunctions.kt)
|
||||
getContainingJvmClassName: MyEnumClass
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -216,6 +230,7 @@ KtNamedClassOrObjectSymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryFunctions.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
deprecationStatus: null
|
||||
|
||||
+37
@@ -31,6 +31,8 @@ KtFunctionSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyEnumClass.FirstEntry
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryOverride.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -67,6 +69,8 @@ KtFunctionSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyEnumClass.FirstEntry
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryOverride.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -86,6 +90,8 @@ KtEnumEntrySymbol:
|
||||
type: MyEnumClass
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryOverride.kt)
|
||||
getContainingJvmClassName: MyEnumClass
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -122,6 +128,8 @@ KtFunctionSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyEnumClass.SecondEntry
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryOverride.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -142,6 +150,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryOverride.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: null
|
||||
@@ -171,6 +181,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyEnumClass.SecondEntry
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryOverride.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: false
|
||||
@@ -203,6 +215,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyEnumClass.SecondEntry
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryOverride.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -226,6 +240,8 @@ KtEnumEntrySymbol:
|
||||
type: MyEnumClass
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryOverride.kt)
|
||||
getContainingJvmClassName: MyEnumClass
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -262,6 +278,8 @@ KtFunctionSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyEnumClass.ThirdEntry
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryOverride.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -313,6 +331,8 @@ KtFunctionSymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryOverride.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
]
|
||||
@@ -321,6 +341,8 @@ KtFunctionSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyEnumClass.ThirdEntry
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryOverride.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -340,6 +362,8 @@ KtEnumEntrySymbol:
|
||||
type: MyEnumClass
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryOverride.kt)
|
||||
getContainingJvmClassName: MyEnumClass
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -376,6 +400,8 @@ KtFunctionSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyEnumClass
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryOverride.kt)
|
||||
getContainingJvmClassName: MyEnumClass
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -427,6 +453,8 @@ KtFunctionSymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryOverride.kt)
|
||||
getContainingJvmClassName: MyEnumClass
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
]
|
||||
@@ -435,6 +463,8 @@ KtFunctionSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyEnumClass
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryOverride.kt)
|
||||
getContainingJvmClassName: MyEnumClass
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -455,6 +485,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryOverride.kt)
|
||||
getContainingJvmClassName: MyEnumClass
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /MyEnumClass.i
|
||||
@@ -484,6 +516,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyEnumClass
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryOverride.kt)
|
||||
getContainingJvmClassName: MyEnumClass
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -516,6 +550,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyEnumClass
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryOverride.kt)
|
||||
getContainingJvmClassName: MyEnumClass
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -553,6 +589,7 @@ KtNamedClassOrObjectSymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryOverride.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
+1
-1
@@ -21,4 +21,4 @@ enum class MyEnumClass {
|
||||
open fun foo(i: kotlin.Int)
|
||||
|
||||
open val i: kotlin.Int
|
||||
}
|
||||
}
|
||||
|
||||
@@ -31,6 +31,8 @@ KtFunctionSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: <anonymous>
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryOverride.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -67,6 +69,8 @@ KtFunctionSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: <anonymous>
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryOverride.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -86,6 +90,8 @@ KtEnumEntrySymbol:
|
||||
type: MyEnumClass
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryOverride.kt)
|
||||
getContainingJvmClassName: MyEnumClass
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -122,6 +128,8 @@ KtFunctionSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: <anonymous>
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryOverride.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -142,6 +150,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryOverride.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: null
|
||||
@@ -167,6 +177,8 @@ KtKotlinPropertySymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryOverride.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: false
|
||||
@@ -199,6 +211,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: <anonymous>
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryOverride.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -222,6 +236,8 @@ KtEnumEntrySymbol:
|
||||
type: MyEnumClass
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryOverride.kt)
|
||||
getContainingJvmClassName: MyEnumClass
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -258,6 +274,8 @@ KtFunctionSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: <anonymous>
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryOverride.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -309,6 +327,8 @@ KtFunctionSymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryOverride.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
]
|
||||
@@ -317,6 +337,8 @@ KtFunctionSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: <anonymous>
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryOverride.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -336,6 +358,8 @@ KtEnumEntrySymbol:
|
||||
type: MyEnumClass
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryOverride.kt)
|
||||
getContainingJvmClassName: MyEnumClass
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -372,6 +396,8 @@ KtFunctionSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyEnumClass
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryOverride.kt)
|
||||
getContainingJvmClassName: MyEnumClass
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -423,6 +449,8 @@ KtFunctionSymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryOverride.kt)
|
||||
getContainingJvmClassName: MyEnumClass
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
]
|
||||
@@ -431,6 +459,8 @@ KtFunctionSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyEnumClass
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryOverride.kt)
|
||||
getContainingJvmClassName: MyEnumClass
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -451,6 +481,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryOverride.kt)
|
||||
getContainingJvmClassName: MyEnumClass
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /MyEnumClass.i
|
||||
@@ -480,6 +512,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyEnumClass
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryOverride.kt)
|
||||
getContainingJvmClassName: MyEnumClass
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -512,6 +546,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyEnumClass
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryOverride.kt)
|
||||
getContainingJvmClassName: MyEnumClass
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -549,6 +585,7 @@ KtNamedClassOrObjectSymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryOverride.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
deprecationStatus: null
|
||||
|
||||
+27
@@ -15,6 +15,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryProperties.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: null
|
||||
@@ -44,6 +46,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyEnumClass.FirstEntry
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryProperties.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -76,6 +80,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyEnumClass.FirstEntry
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryProperties.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -99,6 +105,8 @@ KtEnumEntrySymbol:
|
||||
type: MyEnumClass
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryProperties.kt)
|
||||
getContainingJvmClassName: MyEnumClass
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -118,6 +126,8 @@ KtEnumEntrySymbol:
|
||||
type: MyEnumClass
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryProperties.kt)
|
||||
getContainingJvmClassName: MyEnumClass
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -138,6 +148,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryProperties.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: null
|
||||
@@ -167,6 +179,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyEnumClass.ThirdEntry
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryProperties.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -199,6 +213,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyEnumClass.ThirdEntry
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryProperties.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -223,6 +239,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryProperties.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: null
|
||||
@@ -247,6 +265,7 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Int
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryProperties.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
returnType: KtUsualClassType:
|
||||
@@ -261,6 +280,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyEnumClass.ThirdEntry
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryProperties.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: false
|
||||
@@ -288,6 +309,7 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Int
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryProperties.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
returnType: KtUsualClassType:
|
||||
@@ -302,6 +324,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyEnumClass.ThirdEntry
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryProperties.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -325,6 +349,8 @@ KtEnumEntrySymbol:
|
||||
type: MyEnumClass
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryProperties.kt)
|
||||
getContainingJvmClassName: MyEnumClass
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -358,6 +384,7 @@ KtNamedClassOrObjectSymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryProperties.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
+1
-1
@@ -9,4 +9,4 @@ enum class MyEnumClass {
|
||||
val kotlin.Int.d: kotlin.Int
|
||||
get()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+28
-1
@@ -15,6 +15,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryProperties.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: null
|
||||
@@ -44,6 +46,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: <anonymous>
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryProperties.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -76,6 +80,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: <anonymous>
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryProperties.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -99,6 +105,8 @@ KtEnumEntrySymbol:
|
||||
type: MyEnumClass
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryProperties.kt)
|
||||
getContainingJvmClassName: MyEnumClass
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -118,6 +126,8 @@ KtEnumEntrySymbol:
|
||||
type: MyEnumClass
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryProperties.kt)
|
||||
getContainingJvmClassName: MyEnumClass
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -138,6 +148,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryProperties.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: null
|
||||
@@ -167,6 +179,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: <anonymous>
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryProperties.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -199,6 +213,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: <anonymous>
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryProperties.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -223,6 +239,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryProperties.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: null
|
||||
@@ -247,6 +265,7 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Int
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryProperties.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
returnType: KtUsualClassType:
|
||||
@@ -257,6 +276,8 @@ KtKotlinPropertySymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryProperties.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: false
|
||||
@@ -284,6 +305,7 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Int
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryProperties.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
returnType: KtUsualClassType:
|
||||
@@ -298,6 +320,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: <anonymous>
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryProperties.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -321,6 +345,8 @@ KtEnumEntrySymbol:
|
||||
type: MyEnumClass
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryProperties.kt)
|
||||
getContainingJvmClassName: MyEnumClass
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -354,6 +380,7 @@ KtNamedClassOrObjectSymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryProperties.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
deprecationStatus: null
|
||||
|
||||
+25
@@ -38,6 +38,8 @@ KtConstructorSymbol:
|
||||
type: kotlin/String
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(enumValueMember.kt)
|
||||
getContainingJvmClassName: Style
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /Style.value
|
||||
@@ -67,6 +69,8 @@ KtConstructorSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: Style
|
||||
getContainingFileSymbol: KtFileSymbol(enumValueMember.kt)
|
||||
getContainingJvmClassName: Style
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -99,6 +103,8 @@ KtConstructorSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: Style
|
||||
getContainingFileSymbol: KtFileSymbol(enumValueMember.kt)
|
||||
getContainingJvmClassName: Style
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -120,10 +126,14 @@ KtConstructorSymbol:
|
||||
type: kotlin/String
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(enumValueMember.kt)
|
||||
getContainingJvmClassName: Style
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
]
|
||||
visibility: Private
|
||||
getContainingFileSymbol: KtFileSymbol(enumValueMember.kt)
|
||||
getContainingJvmClassName: Style
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -144,6 +154,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/String
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(enumValueMember.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: null
|
||||
@@ -173,6 +185,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: Style.SHEET
|
||||
getContainingFileSymbol: KtFileSymbol(enumValueMember.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: false
|
||||
@@ -205,6 +219,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: Style.SHEET
|
||||
getContainingFileSymbol: KtFileSymbol(enumValueMember.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -228,6 +244,8 @@ KtEnumEntrySymbol:
|
||||
type: Style
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(enumValueMember.kt)
|
||||
getContainingJvmClassName: Style
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -248,6 +266,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/String
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(enumValueMember.kt)
|
||||
getContainingJvmClassName: Style
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /Style.exitAnimation
|
||||
@@ -277,6 +297,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: Style
|
||||
getContainingFileSymbol: KtFileSymbol(enumValueMember.kt)
|
||||
getContainingJvmClassName: Style
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: false
|
||||
@@ -309,6 +331,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: Style
|
||||
getContainingFileSymbol: KtFileSymbol(enumValueMember.kt)
|
||||
getContainingJvmClassName: Style
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -346,6 +370,7 @@ KtNamedClassOrObjectSymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(enumValueMember.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
+1
-1
@@ -7,4 +7,4 @@ enum class Style(value: kotlin.String) {
|
||||
val value: kotlin.String
|
||||
|
||||
abstract val exitAnimation: kotlin.String
|
||||
}
|
||||
}
|
||||
|
||||
@@ -38,6 +38,8 @@ KtConstructorSymbol:
|
||||
type: kotlin/String
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(enumValueMember.kt)
|
||||
getContainingJvmClassName: Style
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /Style.value
|
||||
@@ -67,6 +69,8 @@ KtConstructorSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: Style
|
||||
getContainingFileSymbol: KtFileSymbol(enumValueMember.kt)
|
||||
getContainingJvmClassName: Style
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -99,6 +103,8 @@ KtConstructorSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: Style
|
||||
getContainingFileSymbol: KtFileSymbol(enumValueMember.kt)
|
||||
getContainingJvmClassName: Style
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -120,10 +126,14 @@ KtConstructorSymbol:
|
||||
type: kotlin/String
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(enumValueMember.kt)
|
||||
getContainingJvmClassName: Style
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
]
|
||||
visibility: Private
|
||||
getContainingFileSymbol: KtFileSymbol(enumValueMember.kt)
|
||||
getContainingJvmClassName: Style
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -144,6 +154,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/String
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(enumValueMember.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: null
|
||||
@@ -169,6 +181,8 @@ KtKotlinPropertySymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(enumValueMember.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: false
|
||||
@@ -201,6 +215,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: <anonymous>
|
||||
getContainingFileSymbol: KtFileSymbol(enumValueMember.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -224,6 +240,8 @@ KtEnumEntrySymbol:
|
||||
type: Style
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(enumValueMember.kt)
|
||||
getContainingJvmClassName: Style
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -244,6 +262,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/String
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(enumValueMember.kt)
|
||||
getContainingJvmClassName: Style
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /Style.exitAnimation
|
||||
@@ -273,6 +293,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: Style
|
||||
getContainingFileSymbol: KtFileSymbol(enumValueMember.kt)
|
||||
getContainingJvmClassName: Style
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: false
|
||||
@@ -305,6 +327,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: Style
|
||||
getContainingFileSymbol: KtFileSymbol(enumValueMember.kt)
|
||||
getContainingJvmClassName: Style
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -342,6 +366,7 @@ KtNamedClassOrObjectSymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(enumValueMember.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
deprecationStatus: null
|
||||
|
||||
+12
@@ -15,6 +15,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(explicitBackingField.kt)
|
||||
getContainingJvmClassName: ExplicitBackingFieldKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /p
|
||||
@@ -40,6 +42,8 @@ KtKotlinPropertySymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(explicitBackingField.kt)
|
||||
getContainingJvmClassName: ExplicitBackingFieldKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -96,6 +100,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(explicitBackingField.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
receiverParameter: null
|
||||
@@ -126,15 +132,21 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(explicitBackingField.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
]
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(explicitBackingField.kt)
|
||||
getContainingJvmClassName: ExplicitBackingFieldKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(explicitBackingField.kt)
|
||||
getContainingJvmClassName: ExplicitBackingFieldKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
|
||||
+1
-1
@@ -1,3 +1,3 @@
|
||||
var p: kotlin.Int
|
||||
get()
|
||||
set(value: kotlin.Int)
|
||||
set(value: kotlin.Int)
|
||||
|
||||
+13
-1
@@ -15,6 +15,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/String
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(explicitBackingField.kt)
|
||||
getContainingJvmClassName: ExplicitBackingFieldKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /p
|
||||
@@ -40,6 +42,8 @@ KtKotlinPropertySymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(explicitBackingField.kt)
|
||||
getContainingJvmClassName: ExplicitBackingFieldKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -96,6 +100,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(explicitBackingField.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
receiverParameter: null
|
||||
@@ -126,18 +132,24 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(explicitBackingField.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
]
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(explicitBackingField.kt)
|
||||
getContainingJvmClassName: ExplicitBackingFieldKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(explicitBackingField.kt)
|
||||
getContainingJvmClassName: ExplicitBackingFieldKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
javaGetterName: getP
|
||||
javaSetterName: setP
|
||||
setterDeprecationStatus: null
|
||||
setterDeprecationStatus: null
|
||||
|
||||
@@ -26,6 +26,7 @@ KtFunctionSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/String
|
||||
getContainingFileSymbol: KtFileSymbol(extensionFunction.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
returnType: KtUsualClassType:
|
||||
@@ -36,5 +37,7 @@ KtFunctionSymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(extensionFunction.kt)
|
||||
getContainingJvmClassName: ExtensionFunctionKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -27,6 +27,8 @@ KtFunctionSymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(facadeWithJvmName.kt)
|
||||
getContainingJvmClassName: DifferentFacadeName
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -58,6 +60,7 @@ KtFunctionSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/String
|
||||
getContainingFileSymbol: KtFileSymbol(facadeWithJvmName.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
returnType: KtUsualClassType:
|
||||
@@ -68,6 +71,8 @@ KtFunctionSymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(facadeWithJvmName.kt)
|
||||
getContainingJvmClassName: DifferentFacadeName
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -88,6 +93,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(facadeWithJvmName.kt)
|
||||
getContainingJvmClassName: DifferentFacadeName
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /x
|
||||
@@ -113,6 +120,8 @@ KtKotlinPropertySymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(facadeWithJvmName.kt)
|
||||
getContainingJvmClassName: DifferentFacadeName
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -141,6 +150,8 @@ KtKotlinPropertySymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(facadeWithJvmName.kt)
|
||||
getContainingJvmClassName: DifferentFacadeName
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -165,6 +176,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(facadeWithJvmName.kt)
|
||||
getContainingJvmClassName: DifferentFacadeName
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /y
|
||||
@@ -189,6 +202,7 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Int
|
||||
getContainingFileSymbol: KtFileSymbol(facadeWithJvmName.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
returnType: KtUsualClassType:
|
||||
@@ -199,6 +213,8 @@ KtKotlinPropertySymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(facadeWithJvmName.kt)
|
||||
getContainingJvmClassName: DifferentFacadeName
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: false
|
||||
@@ -226,6 +242,7 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Int
|
||||
getContainingFileSymbol: KtFileSymbol(facadeWithJvmName.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
returnType: KtUsualClassType:
|
||||
@@ -236,9 +253,11 @@ KtKotlinPropertySymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(facadeWithJvmName.kt)
|
||||
getContainingJvmClassName: DifferentFacadeName
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
javaGetterName: getY
|
||||
javaSetterName: null
|
||||
setterDeprecationStatus: null
|
||||
setterDeprecationStatus: null
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
fun usage()
|
||||
fun usage()
|
||||
|
||||
@@ -13,6 +13,8 @@ KtLocalVariableSymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(forLoopVariable.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -45,5 +47,7 @@ KtFunctionSymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(forLoopVariable.kt)
|
||||
getContainingJvmClassName: ForLoopVariableKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -46,9 +46,13 @@ KtFunctionSymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(function.kt)
|
||||
getContainingJvmClassName: FunctionKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
]
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(function.kt)
|
||||
getContainingJvmClassName: FunctionKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
deprecationStatus: null
|
||||
|
||||
+1
-1
@@ -4,4 +4,4 @@ fun function(t: A)
|
||||
|
||||
class A
|
||||
|
||||
typealias TypeAlias = A
|
||||
typealias TypeAlias = A
|
||||
|
||||
+11
-1
@@ -23,6 +23,7 @@ KtNamedClassOrObjectSymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(functionWithTypeAlias.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
@@ -41,6 +42,7 @@ KtTypeAliasSymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(functionWithTypeAlias.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -92,10 +94,14 @@ KtFunctionSymbol:
|
||||
type: TypeAlias
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(functionWithTypeAlias.kt)
|
||||
getContainingJvmClassName: FunctionWithTypeAliasKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
]
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(functionWithTypeAlias.kt)
|
||||
getContainingJvmClassName: FunctionWithTypeAliasKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -147,9 +153,13 @@ KtFunctionSymbol:
|
||||
type: A
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(functionWithTypeAlias.kt)
|
||||
getContainingJvmClassName: FunctionWithTypeAliasKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
]
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(functionWithTypeAlias.kt)
|
||||
getContainingJvmClassName: FunctionWithTypeAliasKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
deprecationStatus: null
|
||||
|
||||
+6
-1
@@ -6,6 +6,7 @@ KtTypeParameterSymbol:
|
||||
typeParameters: []
|
||||
upperBounds: []
|
||||
variance: INVARIANT
|
||||
getContainingFileSymbol: KtFileSymbol(functionWithTypeParams.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -58,9 +59,13 @@ KtFunctionSymbol:
|
||||
type: X
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(functionWithTypeParams.kt)
|
||||
getContainingJvmClassName: FunctionWithTypeParamsKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
]
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(functionWithTypeParams.kt)
|
||||
getContainingJvmClassName: FunctionWithTypeParamsKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
deprecationStatus: null
|
||||
|
||||
+1
-1
@@ -5,4 +5,4 @@ class MyClass {
|
||||
@kotlin.jvm.JvmStatic
|
||||
fun staticFunctionFromCompanion(): kotlin.Int
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+9
-1
@@ -46,6 +46,8 @@ KtFunctionSymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(functionsFromCompanion.kt)
|
||||
getContainingJvmClassName: MyClass$Companion
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
]
|
||||
@@ -54,6 +56,8 @@ KtFunctionSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyClass.Companion
|
||||
getContainingFileSymbol: KtFileSymbol(functionsFromCompanion.kt)
|
||||
getContainingJvmClassName: MyClass$Companion
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -93,6 +97,8 @@ KtFunctionSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyClass.Companion
|
||||
getContainingFileSymbol: KtFileSymbol(functionsFromCompanion.kt)
|
||||
getContainingJvmClassName: MyClass$Companion
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -121,6 +127,7 @@ KtNamedClassOrObjectSymbol:
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(functionsFromCompanion.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
@@ -150,6 +157,7 @@ KtNamedClassOrObjectSymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(functionsFromCompanion.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
deprecationStatus: null
|
||||
|
||||
Vendored
+1
-1
@@ -1,3 +1,3 @@
|
||||
class A {
|
||||
constructor(i: kotlin.Int)
|
||||
}
|
||||
}
|
||||
|
||||
+6
-1
@@ -37,10 +37,14 @@ KtConstructorSymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(implicitConstructorDelegationCall.kt)
|
||||
getContainingJvmClassName: A
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
]
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(implicitConstructorDelegationCall.kt)
|
||||
getContainingJvmClassName: A
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -69,6 +73,7 @@ KtNamedClassOrObjectSymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(implicitConstructorDelegationCall.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -27,5 +27,7 @@ KtFunctionSymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(implicitReturn.kt)
|
||||
getContainingJvmClassName: ImplicitReturnKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
deprecationStatus: null
|
||||
|
||||
+1
-1
@@ -1,3 +1,3 @@
|
||||
fun foo()
|
||||
|
||||
private inline fun bar(lmbd: (kotlin.Int) -> kotlin.Int)
|
||||
private inline fun bar(lmbd: (kotlin.Int) -> kotlin.Int)
|
||||
|
||||
+29
-1
@@ -13,6 +13,8 @@ KtLocalVariableSymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(implicitReturnInLambda.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -51,9 +53,13 @@ KtAnonymousFunctionSymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(implicitReturnInLambda.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
]
|
||||
getContainingFileSymbol: KtFileSymbol(implicitReturnInLambda.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -81,6 +87,8 @@ KtLocalVariableSymbol:
|
||||
type: kotlin/Function1<kotlin/Int, kotlin/Int>
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(implicitReturnInLambda.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -99,6 +107,8 @@ KtLocalVariableSymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(implicitReturnInLambda.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -137,9 +147,13 @@ KtAnonymousFunctionSymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(implicitReturnInLambda.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
]
|
||||
getContainingFileSymbol: KtFileSymbol(implicitReturnInLambda.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -167,6 +181,8 @@ KtLocalVariableSymbol:
|
||||
type: kotlin/Function1<kotlin/Int, kotlin/Int>
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(implicitReturnInLambda.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -185,6 +201,8 @@ KtLocalVariableSymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(implicitReturnInLambda.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -223,9 +241,13 @@ KtAnonymousFunctionSymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(implicitReturnInLambda.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
]
|
||||
getContainingFileSymbol: KtFileSymbol(implicitReturnInLambda.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -258,6 +280,8 @@ KtFunctionSymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(implicitReturnInLambda.kt)
|
||||
getContainingJvmClassName: ImplicitReturnInLambdaKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -318,9 +342,13 @@ KtFunctionSymbol:
|
||||
type: kotlin/Function1<kotlin/Int, kotlin/Int>
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(implicitReturnInLambda.kt)
|
||||
getContainingJvmClassName: ImplicitReturnInLambdaKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
]
|
||||
visibility: Private
|
||||
getContainingFileSymbol: KtFileSymbol(implicitReturnInLambda.kt)
|
||||
getContainingJvmClassName: ImplicitReturnInLambdaKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -1,295 +0,0 @@
|
||||
KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
backingFieldSymbol: KtBackingFieldSymbol:
|
||||
annotationsList: [
|
||||
kotlin/jvm/JvmField()
|
||||
psi: KtAnnotationEntry
|
||||
]
|
||||
callableIdIfNonLocal: null
|
||||
contextReceivers: []
|
||||
isExtension: false
|
||||
name: field
|
||||
origin: PROPERTY_BACKING_FIELD
|
||||
owningProperty: KtKotlinPropertySymbol(/jvmField)
|
||||
receiverParameter: null
|
||||
returnType: KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Long
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /jvmField
|
||||
contextReceivers: []
|
||||
getter: KtPropertyGetterSymbol:
|
||||
annotationsList: []
|
||||
callableIdIfNonLocal: null
|
||||
contextReceivers: []
|
||||
hasBody: false
|
||||
hasStableParameterNames: true
|
||||
isDefault: true
|
||||
isExtension: false
|
||||
isInline: false
|
||||
isOverride: false
|
||||
modality: FINAL
|
||||
origin: SOURCE
|
||||
receiverParameter: null
|
||||
returnType: KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Long
|
||||
symbolKind: ACCESSOR
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
hasGetter: true
|
||||
hasSetter: true
|
||||
initializer: KtConstantInitializerValue(2)
|
||||
isActual: false
|
||||
isConst: false
|
||||
isDelegatedProperty: false
|
||||
isExpect: false
|
||||
isExtension: false
|
||||
isFromPrimaryConstructor: false
|
||||
isLateInit: false
|
||||
isOverride: false
|
||||
isStatic: false
|
||||
isVal: false
|
||||
modality: FINAL
|
||||
name: jvmField
|
||||
origin: SOURCE
|
||||
receiverParameter: null
|
||||
returnType: KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Long
|
||||
setter: KtPropertySetterSymbol:
|
||||
annotationsList: []
|
||||
callableIdIfNonLocal: null
|
||||
contextReceivers: []
|
||||
hasBody: false
|
||||
hasStableParameterNames: true
|
||||
isDefault: true
|
||||
isExtension: false
|
||||
isInline: false
|
||||
isOverride: false
|
||||
modality: FINAL
|
||||
origin: SOURCE
|
||||
parameter: KtValueParameterSymbol:
|
||||
annotationsList: []
|
||||
callableIdIfNonLocal: null
|
||||
contextReceivers: []
|
||||
generatedPrimaryConstructorProperty: null
|
||||
hasDefaultValue: false
|
||||
isCrossinline: false
|
||||
isExtension: false
|
||||
isImplicitLambdaParameter: false
|
||||
isNoinline: false
|
||||
isVararg: false
|
||||
name: value
|
||||
origin: SOURCE
|
||||
receiverParameter: null
|
||||
returnType: KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Long
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
receiverParameter: null
|
||||
returnType: KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Unit
|
||||
symbolKind: ACCESSOR
|
||||
typeParameters: []
|
||||
valueParameters: [
|
||||
KtValueParameterSymbol:
|
||||
annotationsList: []
|
||||
callableIdIfNonLocal: null
|
||||
contextReceivers: []
|
||||
generatedPrimaryConstructorProperty: null
|
||||
hasDefaultValue: false
|
||||
isCrossinline: false
|
||||
isExtension: false
|
||||
isImplicitLambdaParameter: false
|
||||
isNoinline: false
|
||||
isVararg: false
|
||||
name: value
|
||||
origin: SOURCE
|
||||
receiverParameter: null
|
||||
returnType: KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Long
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
]
|
||||
visibility: Public
|
||||
getContainingModule: Could not render due to kotlin.NotImplementedError: An operation is not implemented: org.jetbrains.kotlin.analysis.api.descriptors.symbols.psiBased.KtFe10PsiDefaultPropertySetterSymbol
|
||||
|
||||
deprecationStatus: null
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
javaGetterName: jvmField
|
||||
javaSetterName: jvmField
|
||||
setterDeprecationStatus: null
|
||||
|
||||
KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
backingFieldSymbol: KtBackingFieldSymbol:
|
||||
annotationsList: [
|
||||
kotlin/jvm/JvmField()
|
||||
psi: KtAnnotationEntry
|
||||
]
|
||||
callableIdIfNonLocal: null
|
||||
contextReceivers: []
|
||||
isExtension: false
|
||||
name: field
|
||||
origin: PROPERTY_BACKING_FIELD
|
||||
owningProperty: KtKotlinPropertySymbol(/jvmFieldOnField)
|
||||
receiverParameter: null
|
||||
returnType: KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /jvmFieldOnField
|
||||
contextReceivers: []
|
||||
getter: KtPropertyGetterSymbol:
|
||||
annotationsList: []
|
||||
callableIdIfNonLocal: null
|
||||
contextReceivers: []
|
||||
hasBody: false
|
||||
hasStableParameterNames: true
|
||||
isDefault: true
|
||||
isExtension: false
|
||||
isInline: false
|
||||
isOverride: false
|
||||
modality: FINAL
|
||||
origin: SOURCE
|
||||
receiverParameter: null
|
||||
returnType: KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Int
|
||||
symbolKind: ACCESSOR
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
hasGetter: true
|
||||
hasSetter: true
|
||||
initializer: KtConstantInitializerValue(4)
|
||||
isActual: false
|
||||
isConst: false
|
||||
isDelegatedProperty: false
|
||||
isExpect: false
|
||||
isExtension: false
|
||||
isFromPrimaryConstructor: false
|
||||
isLateInit: false
|
||||
isOverride: false
|
||||
isStatic: false
|
||||
isVal: false
|
||||
modality: FINAL
|
||||
name: jvmFieldOnField
|
||||
origin: SOURCE
|
||||
receiverParameter: null
|
||||
returnType: KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Int
|
||||
setter: KtPropertySetterSymbol:
|
||||
annotationsList: []
|
||||
callableIdIfNonLocal: null
|
||||
contextReceivers: []
|
||||
hasBody: false
|
||||
hasStableParameterNames: true
|
||||
isDefault: true
|
||||
isExtension: false
|
||||
isInline: false
|
||||
isOverride: false
|
||||
modality: FINAL
|
||||
origin: SOURCE
|
||||
parameter: KtValueParameterSymbol:
|
||||
annotationsList: []
|
||||
callableIdIfNonLocal: null
|
||||
contextReceivers: []
|
||||
generatedPrimaryConstructorProperty: null
|
||||
hasDefaultValue: false
|
||||
isCrossinline: false
|
||||
isExtension: false
|
||||
isImplicitLambdaParameter: false
|
||||
isNoinline: false
|
||||
isVararg: false
|
||||
name: value
|
||||
origin: SOURCE
|
||||
receiverParameter: null
|
||||
returnType: KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
receiverParameter: null
|
||||
returnType: KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Unit
|
||||
symbolKind: ACCESSOR
|
||||
typeParameters: []
|
||||
valueParameters: [
|
||||
KtValueParameterSymbol:
|
||||
annotationsList: []
|
||||
callableIdIfNonLocal: null
|
||||
contextReceivers: []
|
||||
generatedPrimaryConstructorProperty: null
|
||||
hasDefaultValue: false
|
||||
isCrossinline: false
|
||||
isExtension: false
|
||||
isImplicitLambdaParameter: false
|
||||
isNoinline: false
|
||||
isVararg: false
|
||||
name: value
|
||||
origin: SOURCE
|
||||
receiverParameter: null
|
||||
returnType: KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
]
|
||||
visibility: Public
|
||||
getContainingModule: Could not render due to kotlin.NotImplementedError: An operation is not implemented: org.jetbrains.kotlin.analysis.api.descriptors.symbols.psiBased.KtFe10PsiDefaultPropertySetterSymbol
|
||||
|
||||
deprecationStatus: null
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
javaGetterName: jvmFieldOnField
|
||||
javaSetterName: jvmFieldOnField
|
||||
setterDeprecationStatus: null
|
||||
@@ -1,3 +1,3 @@
|
||||
var jvmField: kotlin.Long
|
||||
|
||||
var jvmFieldOnField: kotlin.Int
|
||||
var jvmFieldOnField: kotlin.Int
|
||||
|
||||
@@ -18,6 +18,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Long
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(jvmField.kt)
|
||||
getContainingJvmClassName: JvmFieldKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /jvmField
|
||||
@@ -43,6 +45,8 @@ KtKotlinPropertySymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(jvmField.kt)
|
||||
getContainingJvmClassName: JvmFieldKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -99,6 +103,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Long
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(jvmField.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
receiverParameter: null
|
||||
@@ -129,15 +135,21 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Long
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(jvmField.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
]
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(jvmField.kt)
|
||||
getContainingJvmClassName: JvmFieldKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(jvmField.kt)
|
||||
getContainingJvmClassName: JvmFieldKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -165,6 +177,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(jvmField.kt)
|
||||
getContainingJvmClassName: JvmFieldKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /jvmFieldOnField
|
||||
@@ -190,6 +204,8 @@ KtKotlinPropertySymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(jvmField.kt)
|
||||
getContainingJvmClassName: JvmFieldKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -246,6 +262,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(jvmField.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
receiverParameter: null
|
||||
@@ -276,18 +294,24 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(jvmField.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
]
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(jvmField.kt)
|
||||
getContainingJvmClassName: JvmFieldKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(jvmField.kt)
|
||||
getContainingJvmClassName: JvmFieldKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
javaGetterName: jvmFieldOnField
|
||||
javaSetterName: jvmFieldOnField
|
||||
setterDeprecationStatus: null
|
||||
setterDeprecationStatus: null
|
||||
|
||||
+30
-2
@@ -15,6 +15,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(jvmName.kt)
|
||||
getContainingJvmClassName: Foo
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /Foo.i
|
||||
@@ -47,6 +49,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: Foo
|
||||
getContainingFileSymbol: KtFileSymbol(jvmName.kt)
|
||||
getContainingJvmClassName: Foo
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -106,6 +110,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(jvmName.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
receiverParameter: null
|
||||
@@ -136,12 +142,19 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(jvmName.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
]
|
||||
visibility: Public
|
||||
getContainingModule: Could not render due to kotlin.NotImplementedError: An operation is not implemented: org.jetbrains.kotlin.analysis.api.descriptors.symbols.psiBased.KtFe10PsiDefaultPropertySetterSymbol
|
||||
|
||||
getDispatchReceiver(): KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: Foo
|
||||
getContainingFileSymbol: KtFileSymbol(jvmName.kt)
|
||||
getContainingJvmClassName: Foo
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
@@ -150,6 +163,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: Foo
|
||||
getContainingFileSymbol: KtFileSymbol(jvmName.kt)
|
||||
getContainingJvmClassName: Foo
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -174,6 +189,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(jvmName.kt)
|
||||
getContainingJvmClassName: Foo
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /Foo.j
|
||||
@@ -206,6 +223,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: Foo
|
||||
getContainingFileSymbol: KtFileSymbol(jvmName.kt)
|
||||
getContainingJvmClassName: Foo
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: false
|
||||
@@ -265,6 +284,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(jvmName.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
receiverParameter: null
|
||||
@@ -295,6 +316,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(jvmName.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
]
|
||||
@@ -303,6 +326,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: Foo
|
||||
getContainingFileSymbol: KtFileSymbol(jvmName.kt)
|
||||
getContainingJvmClassName: Foo
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
symbolKind: CLASS_MEMBER
|
||||
@@ -312,6 +337,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: Foo
|
||||
getContainingFileSymbol: KtFileSymbol(jvmName.kt)
|
||||
getContainingJvmClassName: Foo
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -344,6 +371,7 @@ KtNamedClassOrObjectSymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(jvmName.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
@@ -10,4 +10,4 @@ class Foo {
|
||||
get()
|
||||
@kotlin.jvm.JvmName(name = "setMyJ")
|
||||
set(value: kotlin.Int)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -15,6 +15,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(jvmName.kt)
|
||||
getContainingJvmClassName: Foo
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /Foo.i
|
||||
@@ -47,6 +49,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: Foo
|
||||
getContainingFileSymbol: KtFileSymbol(jvmName.kt)
|
||||
getContainingJvmClassName: Foo
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -106,6 +110,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(jvmName.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
receiverParameter: null
|
||||
@@ -136,6 +142,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(jvmName.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
]
|
||||
@@ -144,6 +152,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: Foo
|
||||
getContainingFileSymbol: KtFileSymbol(jvmName.kt)
|
||||
getContainingJvmClassName: Foo
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
symbolKind: CLASS_MEMBER
|
||||
@@ -153,6 +163,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: Foo
|
||||
getContainingFileSymbol: KtFileSymbol(jvmName.kt)
|
||||
getContainingJvmClassName: Foo
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -177,6 +189,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(jvmName.kt)
|
||||
getContainingJvmClassName: Foo
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /Foo.j
|
||||
@@ -205,6 +219,8 @@ KtKotlinPropertySymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(jvmName.kt)
|
||||
getContainingJvmClassName: Foo
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: false
|
||||
@@ -264,6 +280,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(jvmName.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
receiverParameter: null
|
||||
@@ -294,10 +312,14 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(jvmName.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
]
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(jvmName.kt)
|
||||
getContainingJvmClassName: Foo
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
symbolKind: CLASS_MEMBER
|
||||
@@ -307,6 +329,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: Foo
|
||||
getContainingFileSymbol: KtFileSymbol(jvmName.kt)
|
||||
getContainingJvmClassName: Foo
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -339,6 +363,7 @@ KtNamedClassOrObjectSymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(jvmName.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
deprecationStatus: null
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
fun yyy()
|
||||
fun yyy()
|
||||
|
||||
@@ -13,6 +13,8 @@ KtLocalVariableSymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(localDeclarations.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -45,6 +47,8 @@ KtFunctionSymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Local
|
||||
getContainingFileSymbol: KtFileSymbol(localDeclarations.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -73,6 +77,7 @@ KtNamedClassOrObjectSymbol:
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
visibility: Local
|
||||
getContainingFileSymbol: KtFileSymbol(localDeclarations.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
@@ -106,5 +111,7 @@ KtFunctionSymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(localDeclarations.kt)
|
||||
getContainingJvmClassName: LocalDeclarationsKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
deprecationStatus: null
|
||||
|
||||
+1
-1
@@ -2,4 +2,4 @@ class A {
|
||||
fun x(): kotlin.Int
|
||||
|
||||
fun y()
|
||||
}
|
||||
}
|
||||
|
||||
@@ -31,6 +31,8 @@ KtFunctionSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: A
|
||||
getContainingFileSymbol: KtFileSymbol(memberFunctions.kt)
|
||||
getContainingJvmClassName: A
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -67,6 +69,8 @@ KtFunctionSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: A
|
||||
getContainingFileSymbol: KtFileSymbol(memberFunctions.kt)
|
||||
getContainingJvmClassName: A
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -95,6 +99,7 @@ KtNamedClassOrObjectSymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(memberFunctions.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
deprecationStatus: null
|
||||
|
||||
+15
@@ -15,6 +15,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(memberProperties.kt)
|
||||
getContainingJvmClassName: A
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /A.x
|
||||
@@ -44,6 +46,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: A
|
||||
getContainingFileSymbol: KtFileSymbol(memberProperties.kt)
|
||||
getContainingJvmClassName: A
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -76,6 +80,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: A
|
||||
getContainingFileSymbol: KtFileSymbol(memberProperties.kt)
|
||||
getContainingJvmClassName: A
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -100,6 +106,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(memberProperties.kt)
|
||||
getContainingJvmClassName: A
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /A.y
|
||||
@@ -124,6 +132,7 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Int
|
||||
getContainingFileSymbol: KtFileSymbol(memberProperties.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
returnType: KtUsualClassType:
|
||||
@@ -138,6 +147,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: A
|
||||
getContainingFileSymbol: KtFileSymbol(memberProperties.kt)
|
||||
getContainingJvmClassName: A
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: false
|
||||
@@ -165,6 +176,7 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Int
|
||||
getContainingFileSymbol: KtFileSymbol(memberProperties.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
returnType: KtUsualClassType:
|
||||
@@ -179,6 +191,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: A
|
||||
getContainingFileSymbol: KtFileSymbol(memberProperties.kt)
|
||||
getContainingJvmClassName: A
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -211,6 +225,7 @@ KtNamedClassOrObjectSymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(memberProperties.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
+1
-1
@@ -3,4 +3,4 @@ class A {
|
||||
|
||||
val kotlin.Int.y: kotlin.Int
|
||||
get()
|
||||
}
|
||||
}
|
||||
|
||||
@@ -15,6 +15,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(memberProperties.kt)
|
||||
getContainingJvmClassName: A
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /A.x
|
||||
@@ -44,6 +46,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: A
|
||||
getContainingFileSymbol: KtFileSymbol(memberProperties.kt)
|
||||
getContainingJvmClassName: A
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -76,6 +80,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: A
|
||||
getContainingFileSymbol: KtFileSymbol(memberProperties.kt)
|
||||
getContainingJvmClassName: A
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -100,6 +106,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(memberProperties.kt)
|
||||
getContainingJvmClassName: A
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /A.y
|
||||
@@ -124,6 +132,7 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Int
|
||||
getContainingFileSymbol: KtFileSymbol(memberProperties.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
returnType: KtUsualClassType:
|
||||
@@ -134,6 +143,8 @@ KtKotlinPropertySymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(memberProperties.kt)
|
||||
getContainingJvmClassName: A
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: false
|
||||
@@ -161,6 +172,7 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Int
|
||||
getContainingFileSymbol: KtFileSymbol(memberProperties.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
returnType: KtUsualClassType:
|
||||
@@ -175,6 +187,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: A
|
||||
getContainingFileSymbol: KtFileSymbol(memberProperties.kt)
|
||||
getContainingJvmClassName: A
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -207,6 +221,7 @@ KtNamedClassOrObjectSymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(memberProperties.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -27,6 +27,8 @@ KtFunctionSymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(multifilePart.kt)
|
||||
getContainingJvmClassName: NotMultiFilePartKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -58,6 +60,7 @@ KtFunctionSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/String
|
||||
getContainingFileSymbol: KtFileSymbol(multifilePart.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
returnType: KtUsualClassType:
|
||||
@@ -68,6 +71,8 @@ KtFunctionSymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(multifilePart.kt)
|
||||
getContainingJvmClassName: NotMultiFilePartKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -88,6 +93,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(multifilePart.kt)
|
||||
getContainingJvmClassName: NotMultiFilePartKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /x
|
||||
@@ -113,6 +120,8 @@ KtKotlinPropertySymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(multifilePart.kt)
|
||||
getContainingJvmClassName: NotMultiFilePartKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -141,6 +150,8 @@ KtKotlinPropertySymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(multifilePart.kt)
|
||||
getContainingJvmClassName: NotMultiFilePartKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -165,6 +176,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(multifilePart.kt)
|
||||
getContainingJvmClassName: NotMultiFilePartKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /y
|
||||
@@ -189,6 +202,7 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Int
|
||||
getContainingFileSymbol: KtFileSymbol(multifilePart.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
returnType: KtUsualClassType:
|
||||
@@ -199,6 +213,8 @@ KtKotlinPropertySymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(multifilePart.kt)
|
||||
getContainingJvmClassName: NotMultiFilePartKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: false
|
||||
@@ -226,6 +242,7 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Int
|
||||
getContainingFileSymbol: KtFileSymbol(multifilePart.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
returnType: KtUsualClassType:
|
||||
@@ -236,6 +253,8 @@ KtKotlinPropertySymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(multifilePart.kt)
|
||||
getContainingJvmClassName: NotMultiFilePartKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
|
||||
+30
@@ -6,6 +6,7 @@ KtTypeParameterSymbol:
|
||||
typeParameters: []
|
||||
upperBounds: []
|
||||
variance: INVARIANT
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerClasses.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -17,6 +18,7 @@ KtTypeParameterSymbol:
|
||||
typeParameters: []
|
||||
upperBounds: []
|
||||
variance: INVARIANT
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerClasses.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -47,6 +49,7 @@ KtNamedClassOrObjectSymbol:
|
||||
KtTypeParameterSymbol(T1)
|
||||
]
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerClasses.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
@@ -59,6 +62,7 @@ KtTypeParameterSymbol:
|
||||
typeParameters: []
|
||||
upperBounds: []
|
||||
variance: INVARIANT
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerClasses.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -89,6 +93,7 @@ KtNamedClassOrObjectSymbol:
|
||||
KtTypeParameterSymbol(T2)
|
||||
]
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerClasses.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
@@ -101,6 +106,7 @@ KtTypeParameterSymbol:
|
||||
typeParameters: []
|
||||
upperBounds: []
|
||||
variance: INVARIANT
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerClasses.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -112,6 +118,7 @@ KtTypeParameterSymbol:
|
||||
typeParameters: []
|
||||
upperBounds: []
|
||||
variance: INVARIANT
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerClasses.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -123,6 +130,7 @@ KtTypeParameterSymbol:
|
||||
typeParameters: []
|
||||
upperBounds: []
|
||||
variance: INVARIANT
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerClasses.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -153,6 +161,7 @@ KtNamedClassOrObjectSymbol:
|
||||
KtTypeParameterSymbol(T5)
|
||||
]
|
||||
visibility: Local
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerClasses.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
@@ -165,6 +174,7 @@ KtTypeParameterSymbol:
|
||||
typeParameters: []
|
||||
upperBounds: []
|
||||
variance: INVARIANT
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerClasses.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -195,6 +205,7 @@ KtNamedClassOrObjectSymbol:
|
||||
KtTypeParameterSymbol(T6)
|
||||
]
|
||||
visibility: Local
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerClasses.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
@@ -207,6 +218,7 @@ KtTypeParameterSymbol:
|
||||
typeParameters: []
|
||||
upperBounds: []
|
||||
variance: INVARIANT
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerClasses.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -218,6 +230,7 @@ KtTypeParameterSymbol:
|
||||
typeParameters: []
|
||||
upperBounds: []
|
||||
variance: INVARIANT
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerClasses.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -248,6 +261,7 @@ KtNamedClassOrObjectSymbol:
|
||||
KtTypeParameterSymbol(T1)
|
||||
]
|
||||
visibility: Local
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerClasses.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
@@ -260,6 +274,7 @@ KtTypeParameterSymbol:
|
||||
typeParameters: []
|
||||
upperBounds: []
|
||||
variance: INVARIANT
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerClasses.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -290,6 +305,7 @@ KtNamedClassOrObjectSymbol:
|
||||
KtTypeParameterSymbol(T2)
|
||||
]
|
||||
visibility: Local
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerClasses.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
@@ -302,6 +318,7 @@ KtTypeParameterSymbol:
|
||||
typeParameters: []
|
||||
upperBounds: []
|
||||
variance: INVARIANT
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerClasses.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -313,6 +330,7 @@ KtTypeParameterSymbol:
|
||||
typeParameters: []
|
||||
upperBounds: []
|
||||
variance: INVARIANT
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerClasses.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -324,6 +342,7 @@ KtTypeParameterSymbol:
|
||||
typeParameters: []
|
||||
upperBounds: []
|
||||
variance: INVARIANT
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerClasses.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -354,6 +373,7 @@ KtNamedClassOrObjectSymbol:
|
||||
KtTypeParameterSymbol(T5)
|
||||
]
|
||||
visibility: Local
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerClasses.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
@@ -366,6 +386,7 @@ KtTypeParameterSymbol:
|
||||
typeParameters: []
|
||||
upperBounds: []
|
||||
variance: INVARIANT
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerClasses.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -396,6 +417,7 @@ KtNamedClassOrObjectSymbol:
|
||||
KtTypeParameterSymbol(T6)
|
||||
]
|
||||
visibility: Local
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerClasses.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
@@ -427,6 +449,7 @@ KtNamedClassOrObjectSymbol:
|
||||
KtTypeParameterSymbol(T4)
|
||||
]
|
||||
visibility: Local
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerClasses.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
@@ -470,6 +493,8 @@ KtFunctionSymbol:
|
||||
type: T
|
||||
]
|
||||
type: X<T>
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerClasses.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -500,6 +525,7 @@ KtNamedClassOrObjectSymbol:
|
||||
KtTypeParameterSymbol(T)
|
||||
]
|
||||
visibility: Local
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerClasses.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
@@ -531,6 +557,7 @@ KtNamedClassOrObjectSymbol:
|
||||
KtTypeParameterSymbol(T4)
|
||||
]
|
||||
visibility: Local
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerClasses.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
@@ -574,6 +601,8 @@ KtFunctionSymbol:
|
||||
type: T
|
||||
]
|
||||
type: X<T>
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerClasses.kt)
|
||||
getContainingJvmClassName: X
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -604,6 +633,7 @@ KtNamedClassOrObjectSymbol:
|
||||
KtTypeParameterSymbol(T)
|
||||
]
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerClasses.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
+1
-1
@@ -4,4 +4,4 @@ class X<T> {
|
||||
inner class Y<T1>
|
||||
|
||||
class Z<T2>
|
||||
}
|
||||
}
|
||||
|
||||
+31
-1
@@ -6,6 +6,7 @@ KtTypeParameterSymbol:
|
||||
typeParameters: []
|
||||
upperBounds: []
|
||||
variance: INVARIANT
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerClasses.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -17,6 +18,7 @@ KtTypeParameterSymbol:
|
||||
typeParameters: []
|
||||
upperBounds: []
|
||||
variance: INVARIANT
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerClasses.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -47,6 +49,7 @@ KtNamedClassOrObjectSymbol:
|
||||
KtTypeParameterSymbol(T1)
|
||||
]
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerClasses.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
@@ -59,6 +62,7 @@ KtTypeParameterSymbol:
|
||||
typeParameters: []
|
||||
upperBounds: []
|
||||
variance: INVARIANT
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerClasses.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -89,6 +93,7 @@ KtNamedClassOrObjectSymbol:
|
||||
KtTypeParameterSymbol(T2)
|
||||
]
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerClasses.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
@@ -101,6 +106,7 @@ KtTypeParameterSymbol:
|
||||
typeParameters: []
|
||||
upperBounds: []
|
||||
variance: INVARIANT
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerClasses.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -112,6 +118,7 @@ KtTypeParameterSymbol:
|
||||
typeParameters: []
|
||||
upperBounds: []
|
||||
variance: INVARIANT
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerClasses.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -123,6 +130,7 @@ KtTypeParameterSymbol:
|
||||
typeParameters: []
|
||||
upperBounds: []
|
||||
variance: INVARIANT
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerClasses.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -153,6 +161,7 @@ KtNamedClassOrObjectSymbol:
|
||||
KtTypeParameterSymbol(T5)
|
||||
]
|
||||
visibility: Local
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerClasses.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
@@ -165,6 +174,7 @@ KtTypeParameterSymbol:
|
||||
typeParameters: []
|
||||
upperBounds: []
|
||||
variance: INVARIANT
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerClasses.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -195,6 +205,7 @@ KtNamedClassOrObjectSymbol:
|
||||
KtTypeParameterSymbol(T6)
|
||||
]
|
||||
visibility: Local
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerClasses.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
@@ -207,6 +218,7 @@ KtTypeParameterSymbol:
|
||||
typeParameters: []
|
||||
upperBounds: []
|
||||
variance: INVARIANT
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerClasses.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -218,6 +230,7 @@ KtTypeParameterSymbol:
|
||||
typeParameters: []
|
||||
upperBounds: []
|
||||
variance: INVARIANT
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerClasses.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -248,6 +261,7 @@ KtNamedClassOrObjectSymbol:
|
||||
KtTypeParameterSymbol(T1)
|
||||
]
|
||||
visibility: Local
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerClasses.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
@@ -260,6 +274,7 @@ KtTypeParameterSymbol:
|
||||
typeParameters: []
|
||||
upperBounds: []
|
||||
variance: INVARIANT
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerClasses.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -290,6 +305,7 @@ KtNamedClassOrObjectSymbol:
|
||||
KtTypeParameterSymbol(T2)
|
||||
]
|
||||
visibility: Local
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerClasses.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
@@ -302,6 +318,7 @@ KtTypeParameterSymbol:
|
||||
typeParameters: []
|
||||
upperBounds: []
|
||||
variance: INVARIANT
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerClasses.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -313,6 +330,7 @@ KtTypeParameterSymbol:
|
||||
typeParameters: []
|
||||
upperBounds: []
|
||||
variance: INVARIANT
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerClasses.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -324,6 +342,7 @@ KtTypeParameterSymbol:
|
||||
typeParameters: []
|
||||
upperBounds: []
|
||||
variance: INVARIANT
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerClasses.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -354,6 +373,7 @@ KtNamedClassOrObjectSymbol:
|
||||
KtTypeParameterSymbol(T5)
|
||||
]
|
||||
visibility: Local
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerClasses.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
@@ -366,6 +386,7 @@ KtTypeParameterSymbol:
|
||||
typeParameters: []
|
||||
upperBounds: []
|
||||
variance: INVARIANT
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerClasses.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -396,6 +417,7 @@ KtNamedClassOrObjectSymbol:
|
||||
KtTypeParameterSymbol(T6)
|
||||
]
|
||||
visibility: Local
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerClasses.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
@@ -427,6 +449,7 @@ KtNamedClassOrObjectSymbol:
|
||||
KtTypeParameterSymbol(T4)
|
||||
]
|
||||
visibility: Local
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerClasses.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
@@ -470,6 +493,8 @@ KtFunctionSymbol:
|
||||
type: T
|
||||
]
|
||||
type: <local>/U.X<T, T4, T3, T>
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerClasses.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -500,6 +525,7 @@ KtNamedClassOrObjectSymbol:
|
||||
KtTypeParameterSymbol(T)
|
||||
]
|
||||
visibility: Local
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerClasses.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
@@ -531,6 +557,7 @@ KtNamedClassOrObjectSymbol:
|
||||
KtTypeParameterSymbol(T4)
|
||||
]
|
||||
visibility: Local
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerClasses.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
@@ -574,6 +601,8 @@ KtFunctionSymbol:
|
||||
type: T
|
||||
]
|
||||
type: X<T>
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerClasses.kt)
|
||||
getContainingJvmClassName: X
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -604,6 +633,7 @@ KtNamedClassOrObjectSymbol:
|
||||
KtTypeParameterSymbol(T)
|
||||
]
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerClasses.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
deprecationStatus: null
|
||||
|
||||
+17
@@ -6,6 +6,7 @@ KtTypeParameterSymbol:
|
||||
typeParameters: []
|
||||
upperBounds: []
|
||||
variance: INVARIANT
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerTypeAlias.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -36,6 +37,7 @@ KtNamedClassOrObjectSymbol:
|
||||
KtTypeParameterSymbol(T)
|
||||
]
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerTypeAlias.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
@@ -59,6 +61,7 @@ KtTypeAliasSymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerTypeAlias.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -81,6 +84,7 @@ KtTypeAliasSymbol:
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerTypeAlias.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -103,6 +107,7 @@ KtTypeAliasSymbol:
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
visibility: Local
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerTypeAlias.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -125,6 +130,7 @@ KtTypeAliasSymbol:
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerTypeAlias.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -147,6 +153,7 @@ KtTypeAliasSymbol:
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
visibility: Local
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerTypeAlias.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -169,6 +176,7 @@ KtTypeAliasSymbol:
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerTypeAlias.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -205,6 +213,8 @@ KtFunctionSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: LocalClass
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerTypeAlias.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -233,6 +243,7 @@ KtNamedClassOrObjectSymbol:
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
visibility: Local
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerTypeAlias.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
@@ -270,6 +281,8 @@ KtFunctionSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: LocalClass
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerTypeAlias.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -298,6 +311,7 @@ KtNamedClassOrObjectSymbol:
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
visibility: Local
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerTypeAlias.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
@@ -335,6 +349,8 @@ KtFunctionSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: A
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerTypeAlias.kt)
|
||||
getContainingJvmClassName: A
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -363,6 +379,7 @@ KtNamedClassOrObjectSymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerTypeAlias.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
+1
-1
@@ -6,4 +6,4 @@ class A {
|
||||
fun check()
|
||||
|
||||
typealias NestedLevelAlias = X<kotlin.String>
|
||||
}
|
||||
}
|
||||
|
||||
+18
-1
@@ -6,6 +6,7 @@ KtTypeParameterSymbol:
|
||||
typeParameters: []
|
||||
upperBounds: []
|
||||
variance: INVARIANT
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerTypeAlias.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -36,6 +37,7 @@ KtNamedClassOrObjectSymbol:
|
||||
KtTypeParameterSymbol(T)
|
||||
]
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerTypeAlias.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
@@ -59,6 +61,7 @@ KtTypeAliasSymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerTypeAlias.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -81,6 +84,7 @@ KtTypeAliasSymbol:
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerTypeAlias.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -103,6 +107,7 @@ KtTypeAliasSymbol:
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
visibility: Local
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerTypeAlias.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -125,6 +130,7 @@ KtTypeAliasSymbol:
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
visibility: Local
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerTypeAlias.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -147,6 +153,7 @@ KtTypeAliasSymbol:
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
visibility: Local
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerTypeAlias.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -169,6 +176,7 @@ KtTypeAliasSymbol:
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
visibility: Local
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerTypeAlias.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -205,6 +213,8 @@ KtFunctionSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: <local>/LocalClass
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerTypeAlias.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -233,6 +243,7 @@ KtNamedClassOrObjectSymbol:
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
visibility: Local
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerTypeAlias.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
@@ -270,6 +281,8 @@ KtFunctionSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: <local>/LocalClass
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerTypeAlias.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -298,6 +311,7 @@ KtNamedClassOrObjectSymbol:
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
visibility: Local
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerTypeAlias.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
@@ -335,6 +349,8 @@ KtFunctionSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: A
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerTypeAlias.kt)
|
||||
getContainingJvmClassName: A
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -363,6 +379,7 @@ KtNamedClassOrObjectSymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(outerAndInnerTypeAlias.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
deprecationStatus: null
|
||||
|
||||
-868
@@ -1,868 +0,0 @@
|
||||
KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
backingFieldSymbol: KtBackingFieldSymbol:
|
||||
annotationsList: []
|
||||
callableIdIfNonLocal: null
|
||||
contextReceivers: []
|
||||
isExtension: false
|
||||
name: field
|
||||
origin: PROPERTY_BACKING_FIELD
|
||||
owningProperty: KtKotlinPropertySymbol(/MyClass.Companion.property)
|
||||
receiverParameter: null
|
||||
returnType: KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /MyClass.Companion.property
|
||||
contextReceivers: []
|
||||
getter: KtPropertyGetterSymbol:
|
||||
annotationsList: []
|
||||
callableIdIfNonLocal: null
|
||||
contextReceivers: []
|
||||
hasBody: false
|
||||
hasStableParameterNames: true
|
||||
isDefault: true
|
||||
isExtension: false
|
||||
isInline: false
|
||||
isOverride: false
|
||||
modality: FINAL
|
||||
origin: SOURCE
|
||||
receiverParameter: null
|
||||
returnType: KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Int
|
||||
symbolKind: ACCESSOR
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getDispatchReceiver(): KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyClass.Companion
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
hasGetter: true
|
||||
hasSetter: false
|
||||
initializer: KtConstantInitializerValue(0)
|
||||
isActual: false
|
||||
isConst: false
|
||||
isDelegatedProperty: false
|
||||
isExpect: false
|
||||
isExtension: false
|
||||
isFromPrimaryConstructor: false
|
||||
isLateInit: false
|
||||
isOverride: false
|
||||
isStatic: false
|
||||
isVal: true
|
||||
modality: FINAL
|
||||
name: property
|
||||
origin: SOURCE
|
||||
receiverParameter: null
|
||||
returnType: KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Int
|
||||
setter: null
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getDispatchReceiver(): KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyClass.Companion
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
javaGetterName: getProperty
|
||||
javaSetterName: null
|
||||
setterDeprecationStatus: null
|
||||
|
||||
KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
backingFieldSymbol: KtBackingFieldSymbol:
|
||||
annotationsList: []
|
||||
callableIdIfNonLocal: null
|
||||
contextReceivers: []
|
||||
isExtension: false
|
||||
name: field
|
||||
origin: PROPERTY_BACKING_FIELD
|
||||
owningProperty: KtKotlinPropertySymbol(/MyClass.Companion.constProperty)
|
||||
receiverParameter: null
|
||||
returnType: KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /MyClass.Companion.constProperty
|
||||
contextReceivers: []
|
||||
getter: KtPropertyGetterSymbol:
|
||||
annotationsList: []
|
||||
callableIdIfNonLocal: null
|
||||
contextReceivers: []
|
||||
hasBody: false
|
||||
hasStableParameterNames: true
|
||||
isDefault: true
|
||||
isExtension: false
|
||||
isInline: false
|
||||
isOverride: false
|
||||
modality: FINAL
|
||||
origin: SOURCE
|
||||
receiverParameter: null
|
||||
returnType: KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Int
|
||||
symbolKind: ACCESSOR
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getDispatchReceiver(): KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyClass.Companion
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
hasGetter: true
|
||||
hasSetter: false
|
||||
initializer: KtConstantInitializerValue(1)
|
||||
isActual: false
|
||||
isConst: true
|
||||
isDelegatedProperty: false
|
||||
isExpect: false
|
||||
isExtension: false
|
||||
isFromPrimaryConstructor: false
|
||||
isLateInit: false
|
||||
isOverride: false
|
||||
isStatic: false
|
||||
isVal: true
|
||||
modality: FINAL
|
||||
name: constProperty
|
||||
origin: SOURCE
|
||||
receiverParameter: null
|
||||
returnType: KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Int
|
||||
setter: null
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getDispatchReceiver(): KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyClass.Companion
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
javaGetterName: getConstProperty
|
||||
javaSetterName: null
|
||||
setterDeprecationStatus: null
|
||||
|
||||
KtKotlinPropertySymbol:
|
||||
annotationsList: [
|
||||
kotlin/jvm/JvmStatic()
|
||||
psi: KtAnnotationEntry
|
||||
]
|
||||
backingFieldSymbol: KtBackingFieldSymbol:
|
||||
annotationsList: []
|
||||
callableIdIfNonLocal: null
|
||||
contextReceivers: []
|
||||
isExtension: false
|
||||
name: field
|
||||
origin: PROPERTY_BACKING_FIELD
|
||||
owningProperty: KtKotlinPropertySymbol(/MyClass.Companion.staticProperty)
|
||||
receiverParameter: null
|
||||
returnType: KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /MyClass.Companion.staticProperty
|
||||
contextReceivers: []
|
||||
getter: KtPropertyGetterSymbol:
|
||||
annotationsList: []
|
||||
callableIdIfNonLocal: null
|
||||
contextReceivers: []
|
||||
hasBody: false
|
||||
hasStableParameterNames: true
|
||||
isDefault: true
|
||||
isExtension: false
|
||||
isInline: false
|
||||
isOverride: false
|
||||
modality: FINAL
|
||||
origin: SOURCE
|
||||
receiverParameter: null
|
||||
returnType: KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Int
|
||||
symbolKind: ACCESSOR
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getDispatchReceiver(): KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyClass.Companion
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
hasGetter: true
|
||||
hasSetter: false
|
||||
initializer: KtConstantInitializerValue(2)
|
||||
isActual: false
|
||||
isConst: false
|
||||
isDelegatedProperty: false
|
||||
isExpect: false
|
||||
isExtension: false
|
||||
isFromPrimaryConstructor: false
|
||||
isLateInit: false
|
||||
isOverride: false
|
||||
isStatic: false
|
||||
isVal: true
|
||||
modality: FINAL
|
||||
name: staticProperty
|
||||
origin: SOURCE
|
||||
receiverParameter: null
|
||||
returnType: KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Int
|
||||
setter: null
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getDispatchReceiver(): KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyClass.Companion
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
javaGetterName: getStaticProperty
|
||||
javaSetterName: null
|
||||
setterDeprecationStatus: null
|
||||
|
||||
KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
backingFieldSymbol: KtBackingFieldSymbol:
|
||||
annotationsList: [
|
||||
kotlin/jvm/JvmField()
|
||||
psi: KtAnnotationEntry
|
||||
]
|
||||
callableIdIfNonLocal: null
|
||||
contextReceivers: []
|
||||
isExtension: false
|
||||
name: field
|
||||
origin: PROPERTY_BACKING_FIELD
|
||||
owningProperty: KtKotlinPropertySymbol(/MyClass.Companion.fieldProperty)
|
||||
receiverParameter: null
|
||||
returnType: KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /MyClass.Companion.fieldProperty
|
||||
contextReceivers: []
|
||||
getter: KtPropertyGetterSymbol:
|
||||
annotationsList: []
|
||||
callableIdIfNonLocal: null
|
||||
contextReceivers: []
|
||||
hasBody: false
|
||||
hasStableParameterNames: true
|
||||
isDefault: true
|
||||
isExtension: false
|
||||
isInline: false
|
||||
isOverride: false
|
||||
modality: FINAL
|
||||
origin: SOURCE
|
||||
receiverParameter: null
|
||||
returnType: KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Int
|
||||
symbolKind: ACCESSOR
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getDispatchReceiver(): KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyClass.Companion
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
hasGetter: true
|
||||
hasSetter: false
|
||||
initializer: KtConstantInitializerValue(3)
|
||||
isActual: false
|
||||
isConst: false
|
||||
isDelegatedProperty: false
|
||||
isExpect: false
|
||||
isExtension: false
|
||||
isFromPrimaryConstructor: false
|
||||
isLateInit: false
|
||||
isOverride: false
|
||||
isStatic: false
|
||||
isVal: true
|
||||
modality: FINAL
|
||||
name: fieldProperty
|
||||
origin: SOURCE
|
||||
receiverParameter: null
|
||||
returnType: KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Int
|
||||
setter: null
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getDispatchReceiver(): KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyClass.Companion
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
javaGetterName: fieldProperty
|
||||
javaSetterName: null
|
||||
setterDeprecationStatus: null
|
||||
|
||||
KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
backingFieldSymbol: KtBackingFieldSymbol:
|
||||
annotationsList: []
|
||||
callableIdIfNonLocal: null
|
||||
contextReceivers: []
|
||||
isExtension: false
|
||||
name: field
|
||||
origin: PROPERTY_BACKING_FIELD
|
||||
owningProperty: KtKotlinPropertySymbol(/MyClass.Companion.variable)
|
||||
receiverParameter: null
|
||||
returnType: KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /MyClass.Companion.variable
|
||||
contextReceivers: []
|
||||
getter: KtPropertyGetterSymbol:
|
||||
annotationsList: []
|
||||
callableIdIfNonLocal: null
|
||||
contextReceivers: []
|
||||
hasBody: false
|
||||
hasStableParameterNames: true
|
||||
isDefault: true
|
||||
isExtension: false
|
||||
isInline: false
|
||||
isOverride: false
|
||||
modality: FINAL
|
||||
origin: SOURCE
|
||||
receiverParameter: null
|
||||
returnType: KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Int
|
||||
symbolKind: ACCESSOR
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getDispatchReceiver(): KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyClass.Companion
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
hasGetter: true
|
||||
hasSetter: true
|
||||
initializer: KtConstantInitializerValue(4)
|
||||
isActual: false
|
||||
isConst: false
|
||||
isDelegatedProperty: false
|
||||
isExpect: false
|
||||
isExtension: false
|
||||
isFromPrimaryConstructor: false
|
||||
isLateInit: false
|
||||
isOverride: false
|
||||
isStatic: false
|
||||
isVal: false
|
||||
modality: FINAL
|
||||
name: variable
|
||||
origin: SOURCE
|
||||
receiverParameter: null
|
||||
returnType: KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Int
|
||||
setter: KtPropertySetterSymbol:
|
||||
annotationsList: []
|
||||
callableIdIfNonLocal: null
|
||||
contextReceivers: []
|
||||
hasBody: false
|
||||
hasStableParameterNames: true
|
||||
isDefault: true
|
||||
isExtension: false
|
||||
isInline: false
|
||||
isOverride: false
|
||||
modality: FINAL
|
||||
origin: SOURCE
|
||||
parameter: KtValueParameterSymbol:
|
||||
annotationsList: []
|
||||
callableIdIfNonLocal: null
|
||||
contextReceivers: []
|
||||
generatedPrimaryConstructorProperty: null
|
||||
hasDefaultValue: false
|
||||
isCrossinline: false
|
||||
isExtension: false
|
||||
isImplicitLambdaParameter: false
|
||||
isNoinline: false
|
||||
isVararg: false
|
||||
name: value
|
||||
origin: SOURCE
|
||||
receiverParameter: null
|
||||
returnType: KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
receiverParameter: null
|
||||
returnType: KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Unit
|
||||
symbolKind: ACCESSOR
|
||||
typeParameters: []
|
||||
valueParameters: [
|
||||
KtValueParameterSymbol:
|
||||
annotationsList: []
|
||||
callableIdIfNonLocal: null
|
||||
contextReceivers: []
|
||||
generatedPrimaryConstructorProperty: null
|
||||
hasDefaultValue: false
|
||||
isCrossinline: false
|
||||
isExtension: false
|
||||
isImplicitLambdaParameter: false
|
||||
isNoinline: false
|
||||
isVararg: false
|
||||
name: value
|
||||
origin: SOURCE
|
||||
receiverParameter: null
|
||||
returnType: KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
]
|
||||
visibility: Public
|
||||
getContainingModule: Could not render due to kotlin.NotImplementedError: An operation is not implemented: org.jetbrains.kotlin.analysis.api.descriptors.symbols.psiBased.KtFe10PsiDefaultPropertySetterSymbol
|
||||
|
||||
deprecationStatus: null
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getDispatchReceiver(): KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyClass.Companion
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
javaGetterName: getVariable
|
||||
javaSetterName: setVariable
|
||||
setterDeprecationStatus: null
|
||||
|
||||
KtKotlinPropertySymbol:
|
||||
annotationsList: [
|
||||
kotlin/jvm/JvmStatic()
|
||||
psi: KtAnnotationEntry
|
||||
]
|
||||
backingFieldSymbol: KtBackingFieldSymbol:
|
||||
annotationsList: []
|
||||
callableIdIfNonLocal: null
|
||||
contextReceivers: []
|
||||
isExtension: false
|
||||
name: field
|
||||
origin: PROPERTY_BACKING_FIELD
|
||||
owningProperty: KtKotlinPropertySymbol(/MyClass.Companion.staticVariable)
|
||||
receiverParameter: null
|
||||
returnType: KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /MyClass.Companion.staticVariable
|
||||
contextReceivers: []
|
||||
getter: KtPropertyGetterSymbol:
|
||||
annotationsList: []
|
||||
callableIdIfNonLocal: null
|
||||
contextReceivers: []
|
||||
hasBody: false
|
||||
hasStableParameterNames: true
|
||||
isDefault: true
|
||||
isExtension: false
|
||||
isInline: false
|
||||
isOverride: false
|
||||
modality: FINAL
|
||||
origin: SOURCE
|
||||
receiverParameter: null
|
||||
returnType: KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Int
|
||||
symbolKind: ACCESSOR
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getDispatchReceiver(): KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyClass.Companion
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
hasGetter: true
|
||||
hasSetter: true
|
||||
initializer: KtConstantInitializerValue(5)
|
||||
isActual: false
|
||||
isConst: false
|
||||
isDelegatedProperty: false
|
||||
isExpect: false
|
||||
isExtension: false
|
||||
isFromPrimaryConstructor: false
|
||||
isLateInit: false
|
||||
isOverride: false
|
||||
isStatic: false
|
||||
isVal: false
|
||||
modality: FINAL
|
||||
name: staticVariable
|
||||
origin: SOURCE
|
||||
receiverParameter: null
|
||||
returnType: KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Int
|
||||
setter: KtPropertySetterSymbol:
|
||||
annotationsList: []
|
||||
callableIdIfNonLocal: null
|
||||
contextReceivers: []
|
||||
hasBody: false
|
||||
hasStableParameterNames: true
|
||||
isDefault: true
|
||||
isExtension: false
|
||||
isInline: false
|
||||
isOverride: false
|
||||
modality: FINAL
|
||||
origin: SOURCE
|
||||
parameter: KtValueParameterSymbol:
|
||||
annotationsList: []
|
||||
callableIdIfNonLocal: null
|
||||
contextReceivers: []
|
||||
generatedPrimaryConstructorProperty: null
|
||||
hasDefaultValue: false
|
||||
isCrossinline: false
|
||||
isExtension: false
|
||||
isImplicitLambdaParameter: false
|
||||
isNoinline: false
|
||||
isVararg: false
|
||||
name: value
|
||||
origin: SOURCE
|
||||
receiverParameter: null
|
||||
returnType: KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
receiverParameter: null
|
||||
returnType: KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Unit
|
||||
symbolKind: ACCESSOR
|
||||
typeParameters: []
|
||||
valueParameters: [
|
||||
KtValueParameterSymbol:
|
||||
annotationsList: []
|
||||
callableIdIfNonLocal: null
|
||||
contextReceivers: []
|
||||
generatedPrimaryConstructorProperty: null
|
||||
hasDefaultValue: false
|
||||
isCrossinline: false
|
||||
isExtension: false
|
||||
isImplicitLambdaParameter: false
|
||||
isNoinline: false
|
||||
isVararg: false
|
||||
name: value
|
||||
origin: SOURCE
|
||||
receiverParameter: null
|
||||
returnType: KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
]
|
||||
visibility: Public
|
||||
getContainingModule: Could not render due to kotlin.NotImplementedError: An operation is not implemented: org.jetbrains.kotlin.analysis.api.descriptors.symbols.psiBased.KtFe10PsiDefaultPropertySetterSymbol
|
||||
|
||||
deprecationStatus: null
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getDispatchReceiver(): KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyClass.Companion
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
javaGetterName: getStaticVariable
|
||||
javaSetterName: setStaticVariable
|
||||
setterDeprecationStatus: null
|
||||
|
||||
KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
backingFieldSymbol: KtBackingFieldSymbol:
|
||||
annotationsList: [
|
||||
kotlin/jvm/JvmField()
|
||||
psi: KtAnnotationEntry
|
||||
]
|
||||
callableIdIfNonLocal: null
|
||||
contextReceivers: []
|
||||
isExtension: false
|
||||
name: field
|
||||
origin: PROPERTY_BACKING_FIELD
|
||||
owningProperty: KtKotlinPropertySymbol(/MyClass.Companion.fieldVariable)
|
||||
receiverParameter: null
|
||||
returnType: KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /MyClass.Companion.fieldVariable
|
||||
contextReceivers: []
|
||||
getter: KtPropertyGetterSymbol:
|
||||
annotationsList: []
|
||||
callableIdIfNonLocal: null
|
||||
contextReceivers: []
|
||||
hasBody: false
|
||||
hasStableParameterNames: true
|
||||
isDefault: true
|
||||
isExtension: false
|
||||
isInline: false
|
||||
isOverride: false
|
||||
modality: FINAL
|
||||
origin: SOURCE
|
||||
receiverParameter: null
|
||||
returnType: KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Int
|
||||
symbolKind: ACCESSOR
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getDispatchReceiver(): KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyClass.Companion
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
hasGetter: true
|
||||
hasSetter: true
|
||||
initializer: KtConstantInitializerValue(0)
|
||||
isActual: false
|
||||
isConst: false
|
||||
isDelegatedProperty: false
|
||||
isExpect: false
|
||||
isExtension: false
|
||||
isFromPrimaryConstructor: false
|
||||
isLateInit: false
|
||||
isOverride: false
|
||||
isStatic: false
|
||||
isVal: false
|
||||
modality: FINAL
|
||||
name: fieldVariable
|
||||
origin: SOURCE
|
||||
receiverParameter: null
|
||||
returnType: KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Int
|
||||
setter: KtPropertySetterSymbol:
|
||||
annotationsList: []
|
||||
callableIdIfNonLocal: null
|
||||
contextReceivers: []
|
||||
hasBody: false
|
||||
hasStableParameterNames: true
|
||||
isDefault: true
|
||||
isExtension: false
|
||||
isInline: false
|
||||
isOverride: false
|
||||
modality: FINAL
|
||||
origin: SOURCE
|
||||
parameter: KtValueParameterSymbol:
|
||||
annotationsList: []
|
||||
callableIdIfNonLocal: null
|
||||
contextReceivers: []
|
||||
generatedPrimaryConstructorProperty: null
|
||||
hasDefaultValue: false
|
||||
isCrossinline: false
|
||||
isExtension: false
|
||||
isImplicitLambdaParameter: false
|
||||
isNoinline: false
|
||||
isVararg: false
|
||||
name: value
|
||||
origin: SOURCE
|
||||
receiverParameter: null
|
||||
returnType: KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
receiverParameter: null
|
||||
returnType: KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Unit
|
||||
symbolKind: ACCESSOR
|
||||
typeParameters: []
|
||||
valueParameters: [
|
||||
KtValueParameterSymbol:
|
||||
annotationsList: []
|
||||
callableIdIfNonLocal: null
|
||||
contextReceivers: []
|
||||
generatedPrimaryConstructorProperty: null
|
||||
hasDefaultValue: false
|
||||
isCrossinline: false
|
||||
isExtension: false
|
||||
isImplicitLambdaParameter: false
|
||||
isNoinline: false
|
||||
isVararg: false
|
||||
name: value
|
||||
origin: SOURCE
|
||||
receiverParameter: null
|
||||
returnType: KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
]
|
||||
visibility: Public
|
||||
getContainingModule: Could not render due to kotlin.NotImplementedError: An operation is not implemented: org.jetbrains.kotlin.analysis.api.descriptors.symbols.psiBased.KtFe10PsiDefaultPropertySetterSymbol
|
||||
|
||||
deprecationStatus: null
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getDispatchReceiver(): KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyClass.Companion
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
javaGetterName: fieldVariable
|
||||
javaSetterName: fieldVariable
|
||||
setterDeprecationStatus: null
|
||||
|
||||
KtNamedClassOrObjectSymbol:
|
||||
annotationsList: []
|
||||
classIdIfNonLocal: MyClass.Companion
|
||||
classKind: COMPANION_OBJECT
|
||||
companionObject: null
|
||||
contextReceivers: []
|
||||
isActual: false
|
||||
isData: false
|
||||
isExpect: false
|
||||
isExternal: false
|
||||
isFun: false
|
||||
isInline: false
|
||||
isInner: false
|
||||
modality: FINAL
|
||||
name: Companion
|
||||
origin: SOURCE
|
||||
superTypes: [
|
||||
KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Any
|
||||
]
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
|
||||
KtNamedClassOrObjectSymbol:
|
||||
annotationsList: []
|
||||
classIdIfNonLocal: MyClass
|
||||
classKind: CLASS
|
||||
companionObject: KtNamedClassOrObjectSymbol(MyClass.Companion)
|
||||
contextReceivers: []
|
||||
isActual: false
|
||||
isData: false
|
||||
isExpect: false
|
||||
isExternal: false
|
||||
isFun: false
|
||||
isInline: false
|
||||
isInner: false
|
||||
modality: FINAL
|
||||
name: MyClass
|
||||
origin: SOURCE
|
||||
superTypes: [
|
||||
KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Any
|
||||
]
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
+1
-1
@@ -16,4 +16,4 @@ class MyClass {
|
||||
|
||||
var fieldVariable: kotlin.Int
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+63
-1
@@ -15,6 +15,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(propertiesFromCompanion.kt)
|
||||
getContainingJvmClassName: MyClass$Companion
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /MyClass.Companion.property
|
||||
@@ -44,6 +46,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyClass.Companion
|
||||
getContainingFileSymbol: KtFileSymbol(propertiesFromCompanion.kt)
|
||||
getContainingJvmClassName: MyClass$Companion
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -76,6 +80,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyClass.Companion
|
||||
getContainingFileSymbol: KtFileSymbol(propertiesFromCompanion.kt)
|
||||
getContainingJvmClassName: MyClass$Companion
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -100,6 +106,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(propertiesFromCompanion.kt)
|
||||
getContainingJvmClassName: MyClass$Companion
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /MyClass.Companion.constProperty
|
||||
@@ -129,6 +137,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyClass.Companion
|
||||
getContainingFileSymbol: KtFileSymbol(propertiesFromCompanion.kt)
|
||||
getContainingJvmClassName: MyClass$Companion
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -161,6 +171,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyClass.Companion
|
||||
getContainingFileSymbol: KtFileSymbol(propertiesFromCompanion.kt)
|
||||
getContainingJvmClassName: MyClass$Companion
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -188,6 +200,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(propertiesFromCompanion.kt)
|
||||
getContainingJvmClassName: MyClass$Companion
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /MyClass.Companion.staticProperty
|
||||
@@ -217,6 +231,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyClass.Companion
|
||||
getContainingFileSymbol: KtFileSymbol(propertiesFromCompanion.kt)
|
||||
getContainingJvmClassName: MyClass$Companion
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -249,6 +265,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyClass.Companion
|
||||
getContainingFileSymbol: KtFileSymbol(propertiesFromCompanion.kt)
|
||||
getContainingJvmClassName: MyClass$Companion
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -276,6 +294,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(propertiesFromCompanion.kt)
|
||||
getContainingJvmClassName: MyClass$Companion
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /MyClass.Companion.fieldProperty
|
||||
@@ -305,6 +325,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyClass.Companion
|
||||
getContainingFileSymbol: KtFileSymbol(propertiesFromCompanion.kt)
|
||||
getContainingJvmClassName: MyClass$Companion
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -337,6 +359,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyClass.Companion
|
||||
getContainingFileSymbol: KtFileSymbol(propertiesFromCompanion.kt)
|
||||
getContainingJvmClassName: MyClass$Companion
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -361,6 +385,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(propertiesFromCompanion.kt)
|
||||
getContainingJvmClassName: MyClass$Companion
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /MyClass.Companion.variable
|
||||
@@ -390,6 +416,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyClass.Companion
|
||||
getContainingFileSymbol: KtFileSymbol(propertiesFromCompanion.kt)
|
||||
getContainingJvmClassName: MyClass$Companion
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -446,6 +474,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(propertiesFromCompanion.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
receiverParameter: null
|
||||
@@ -476,6 +506,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(propertiesFromCompanion.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
]
|
||||
@@ -484,6 +516,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyClass.Companion
|
||||
getContainingFileSymbol: KtFileSymbol(propertiesFromCompanion.kt)
|
||||
getContainingJvmClassName: MyClass$Companion
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
symbolKind: CLASS_MEMBER
|
||||
@@ -493,6 +527,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyClass.Companion
|
||||
getContainingFileSymbol: KtFileSymbol(propertiesFromCompanion.kt)
|
||||
getContainingJvmClassName: MyClass$Companion
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -520,6 +556,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(propertiesFromCompanion.kt)
|
||||
getContainingJvmClassName: MyClass$Companion
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /MyClass.Companion.staticVariable
|
||||
@@ -549,6 +587,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyClass.Companion
|
||||
getContainingFileSymbol: KtFileSymbol(propertiesFromCompanion.kt)
|
||||
getContainingJvmClassName: MyClass$Companion
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -605,6 +645,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(propertiesFromCompanion.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
receiverParameter: null
|
||||
@@ -635,6 +677,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(propertiesFromCompanion.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
]
|
||||
@@ -643,6 +687,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyClass.Companion
|
||||
getContainingFileSymbol: KtFileSymbol(propertiesFromCompanion.kt)
|
||||
getContainingJvmClassName: MyClass$Companion
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
symbolKind: CLASS_MEMBER
|
||||
@@ -652,6 +698,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyClass.Companion
|
||||
getContainingFileSymbol: KtFileSymbol(propertiesFromCompanion.kt)
|
||||
getContainingJvmClassName: MyClass$Companion
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -679,6 +727,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(propertiesFromCompanion.kt)
|
||||
getContainingJvmClassName: MyClass$Companion
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /MyClass.Companion.fieldVariable
|
||||
@@ -708,6 +758,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyClass.Companion
|
||||
getContainingFileSymbol: KtFileSymbol(propertiesFromCompanion.kt)
|
||||
getContainingJvmClassName: MyClass$Companion
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -764,6 +816,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(propertiesFromCompanion.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
receiverParameter: null
|
||||
@@ -794,6 +848,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(propertiesFromCompanion.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
]
|
||||
@@ -802,6 +858,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyClass.Companion
|
||||
getContainingFileSymbol: KtFileSymbol(propertiesFromCompanion.kt)
|
||||
getContainingJvmClassName: MyClass$Companion
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
symbolKind: CLASS_MEMBER
|
||||
@@ -811,6 +869,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyClass.Companion
|
||||
getContainingFileSymbol: KtFileSymbol(propertiesFromCompanion.kt)
|
||||
getContainingJvmClassName: MyClass$Companion
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -843,6 +903,7 @@ KtNamedClassOrObjectSymbol:
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(propertiesFromCompanion.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
@@ -872,6 +933,7 @@ KtNamedClassOrObjectSymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(propertiesFromCompanion.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -27,6 +27,8 @@ KtFunctionSymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(script.kts)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtScriptModule "Script script.kts"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -47,6 +49,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(script.kts)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtScriptModule "Script script.kts"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /b
|
||||
@@ -72,6 +76,8 @@ KtKotlinPropertySymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(script.kts)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtScriptModule "Script script.kts"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -100,6 +106,8 @@ KtKotlinPropertySymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(script.kts)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtScriptModule "Script script.kts"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -140,6 +148,8 @@ KtFunctionSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: C
|
||||
getContainingFileSymbol: KtFileSymbol(script.kts)
|
||||
getContainingJvmClassName: C
|
||||
getContainingModule: KtScriptModule "Script script.kts"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -160,6 +170,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Unit
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(script.kts)
|
||||
getContainingJvmClassName: C
|
||||
getContainingModule: KtScriptModule "Script script.kts"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /C.prop
|
||||
@@ -189,6 +201,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: C
|
||||
getContainingFileSymbol: KtFileSymbol(script.kts)
|
||||
getContainingJvmClassName: C
|
||||
getContainingModule: KtScriptModule "Script script.kts"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -221,6 +235,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: C
|
||||
getContainingFileSymbol: KtFileSymbol(script.kts)
|
||||
getContainingJvmClassName: C
|
||||
getContainingModule: KtScriptModule "Script script.kts"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -253,6 +269,7 @@ KtNamedClassOrObjectSymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(script.kts)
|
||||
getContainingModule: KtScriptModule "Script script.kts"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
@@ -262,5 +279,6 @@ KtScriptSymbol:
|
||||
name: <script-script.kts>
|
||||
origin: SOURCE
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(script.kts)
|
||||
getContainingModule: KtScriptModule "Script script.kts"
|
||||
deprecationStatus: null
|
||||
deprecationStatus: null
|
||||
|
||||
+1
-1
@@ -2,4 +2,4 @@ fun <J : A> foo(j: J): J
|
||||
|
||||
fun <T> foo(j: T): T
|
||||
|
||||
open class A
|
||||
open class A
|
||||
|
||||
+12
-1
@@ -23,6 +23,7 @@ KtNamedClassOrObjectSymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(similarGenericSignature.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
@@ -40,6 +41,7 @@ KtTypeParameterSymbol:
|
||||
type: A
|
||||
]
|
||||
variance: INVARIANT
|
||||
getContainingFileSymbol: KtFileSymbol(similarGenericSignature.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -91,10 +93,14 @@ KtFunctionSymbol:
|
||||
type: J
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(similarGenericSignature.kt)
|
||||
getContainingJvmClassName: SimilarGenericSignatureKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
]
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(similarGenericSignature.kt)
|
||||
getContainingJvmClassName: SimilarGenericSignatureKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -106,6 +112,7 @@ KtTypeParameterSymbol:
|
||||
typeParameters: []
|
||||
upperBounds: []
|
||||
variance: INVARIANT
|
||||
getContainingFileSymbol: KtFileSymbol(similarGenericSignature.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -157,9 +164,13 @@ KtFunctionSymbol:
|
||||
type: T
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(similarGenericSignature.kt)
|
||||
getContainingJvmClassName: SimilarGenericSignatureKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
]
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(similarGenericSignature.kt)
|
||||
getContainingJvmClassName: SimilarGenericSignatureKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
deprecationStatus: null
|
||||
|
||||
+1
-1
@@ -1,3 +1,3 @@
|
||||
fun x(): kotlin.Int
|
||||
|
||||
fun y()
|
||||
fun y()
|
||||
|
||||
@@ -27,6 +27,8 @@ KtFunctionSymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(topLevelFunctions.kt)
|
||||
getContainingJvmClassName: TopLevelFunctionsKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -59,5 +61,7 @@ KtFunctionSymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(topLevelFunctions.kt)
|
||||
getContainingJvmClassName: TopLevelFunctionsKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
deprecationStatus: null
|
||||
|
||||
+1
-1
@@ -5,4 +5,4 @@ val kotlin.Int.y: kotlin.Int
|
||||
|
||||
var kotlin.Short.get: kotlin.Long
|
||||
get()
|
||||
set(value: kotlin.Long)
|
||||
set(value: kotlin.Long)
|
||||
|
||||
@@ -15,6 +15,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(topLevelProperties.kt)
|
||||
getContainingJvmClassName: TopLevelPropertiesKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /x
|
||||
@@ -40,6 +42,8 @@ KtKotlinPropertySymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(topLevelProperties.kt)
|
||||
getContainingJvmClassName: TopLevelPropertiesKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -68,6 +72,8 @@ KtKotlinPropertySymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(topLevelProperties.kt)
|
||||
getContainingJvmClassName: TopLevelPropertiesKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -92,6 +98,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(topLevelProperties.kt)
|
||||
getContainingJvmClassName: TopLevelPropertiesKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /y
|
||||
@@ -116,6 +124,7 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Int
|
||||
getContainingFileSymbol: KtFileSymbol(topLevelProperties.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
returnType: KtUsualClassType:
|
||||
@@ -126,6 +135,8 @@ KtKotlinPropertySymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(topLevelProperties.kt)
|
||||
getContainingJvmClassName: TopLevelPropertiesKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: false
|
||||
@@ -153,6 +164,7 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Int
|
||||
getContainingFileSymbol: KtFileSymbol(topLevelProperties.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
returnType: KtUsualClassType:
|
||||
@@ -163,6 +175,8 @@ KtKotlinPropertySymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(topLevelProperties.kt)
|
||||
getContainingJvmClassName: TopLevelPropertiesKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -187,6 +201,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Long
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(topLevelProperties.kt)
|
||||
getContainingJvmClassName: TopLevelPropertiesKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: /get
|
||||
@@ -211,6 +227,7 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Short
|
||||
getContainingFileSymbol: KtFileSymbol(topLevelProperties.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
returnType: KtUsualClassType:
|
||||
@@ -221,6 +238,8 @@ KtKotlinPropertySymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(topLevelProperties.kt)
|
||||
getContainingJvmClassName: TopLevelPropertiesKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: false
|
||||
@@ -248,6 +267,7 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Short
|
||||
getContainingFileSymbol: KtFileSymbol(topLevelProperties.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
returnType: KtUsualClassType:
|
||||
@@ -286,6 +306,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Long
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(topLevelProperties.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
receiverParameter: KtReceiverParameterSymbol:
|
||||
@@ -296,6 +318,7 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Short
|
||||
getContainingFileSymbol: KtFileSymbol(topLevelProperties.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
returnType: KtUsualClassType:
|
||||
@@ -325,18 +348,24 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Long
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(topLevelProperties.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
]
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(topLevelProperties.kt)
|
||||
getContainingJvmClassName: TopLevelPropertiesKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(topLevelProperties.kt)
|
||||
getContainingJvmClassName: TopLevelPropertiesKt
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
javaGetterName: getGet
|
||||
javaSetterName: setGet
|
||||
setterDeprecationStatus: null
|
||||
setterDeprecationStatus: null
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
class X<T>
|
||||
|
||||
private typealias Y<Z> = X<Z>
|
||||
private typealias Y<Z> = X<Z>
|
||||
|
||||
@@ -6,6 +6,7 @@ KtTypeParameterSymbol:
|
||||
typeParameters: []
|
||||
upperBounds: []
|
||||
variance: INVARIANT
|
||||
getContainingFileSymbol: KtFileSymbol(typeAlias.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -36,6 +37,7 @@ KtNamedClassOrObjectSymbol:
|
||||
KtTypeParameterSymbol(T)
|
||||
]
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(typeAlias.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
@@ -48,6 +50,7 @@ KtTypeParameterSymbol:
|
||||
typeParameters: []
|
||||
upperBounds: []
|
||||
variance: INVARIANT
|
||||
getContainingFileSymbol: KtFileSymbol(typeAlias.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -71,5 +74,6 @@ KtTypeAliasSymbol:
|
||||
KtTypeParameterSymbol(Z)
|
||||
]
|
||||
visibility: Private
|
||||
getContainingFileSymbol: KtFileSymbol(typeAlias.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
deprecationStatus: null
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user