AA: make KtClassifierSymbol a subtype of KtAnnotatedSymbol

This commit is contained in:
Jiaxiang Chen
2022-05-16 15:57:08 -07:00
committed by teamcity
parent 866ebcfe2e
commit 8f4554959e
9 changed files with 33 additions and 3 deletions
@@ -1,2 +1,3 @@
class A<T, R> {
import org.jetbrains.annotations.NotNull
class A<@NotNull T, R> {
}
@@ -1 +1 @@
class A<T, R>
class A<@org.jetbrains.annotations.NotNull T, R>
@@ -1,4 +1,8 @@
KtTypeParameterSymbol:
annotationsList: [
org/jetbrains/annotations/NotNull()
psi: KtAnnotationEntry
]
isReified: false
name: T
origin: SOURCE
@@ -10,6 +14,7 @@ KtTypeParameterSymbol:
deprecationStatus: null
KtTypeParameterSymbol:
annotationsList: []
isReified: false
name: R
origin: SOURCE
@@ -1,4 +1,5 @@
KtTypeParameterSymbol:
annotationsList: []
isReified: false
name: X
origin: SOURCE
@@ -1,4 +1,5 @@
KtTypeParameterSymbol:
annotationsList: []
isReified: false
name: T
origin: SOURCE
@@ -10,6 +11,7 @@ KtTypeParameterSymbol:
deprecationStatus: null
KtTypeParameterSymbol:
annotationsList: []
isReified: false
name: T1
origin: SOURCE
@@ -45,6 +47,7 @@ KtNamedClassOrObjectSymbol:
deprecationStatus: null
KtTypeParameterSymbol:
annotationsList: []
isReified: false
name: T2
origin: SOURCE
@@ -80,6 +83,7 @@ KtNamedClassOrObjectSymbol:
deprecationStatus: null
KtTypeParameterSymbol:
annotationsList: []
isReified: false
name: T3
origin: SOURCE
@@ -91,6 +95,7 @@ KtTypeParameterSymbol:
deprecationStatus: null
KtTypeParameterSymbol:
annotationsList: []
isReified: false
name: T4
origin: SOURCE
@@ -102,6 +107,7 @@ KtTypeParameterSymbol:
deprecationStatus: null
KtTypeParameterSymbol:
annotationsList: []
isReified: false
name: T5
origin: SOURCE
@@ -137,6 +143,7 @@ KtNamedClassOrObjectSymbol:
deprecationStatus: null
KtTypeParameterSymbol:
annotationsList: []
isReified: false
name: T6
origin: SOURCE
@@ -1,4 +1,5 @@
KtTypeParameterSymbol:
annotationsList: []
isReified: false
name: T
origin: SOURCE
@@ -10,6 +11,7 @@ KtTypeParameterSymbol:
deprecationStatus: null
KtTypeParameterSymbol:
annotationsList: []
isReified: false
name: T1
origin: SOURCE
@@ -45,6 +47,7 @@ KtNamedClassOrObjectSymbol:
deprecationStatus: null
KtTypeParameterSymbol:
annotationsList: []
isReified: false
name: T2
origin: SOURCE
@@ -80,6 +83,7 @@ KtNamedClassOrObjectSymbol:
deprecationStatus: null
KtTypeParameterSymbol:
annotationsList: []
isReified: false
name: T3
origin: SOURCE
@@ -91,6 +95,7 @@ KtTypeParameterSymbol:
deprecationStatus: null
KtTypeParameterSymbol:
annotationsList: []
isReified: false
name: T4
origin: SOURCE
@@ -102,6 +107,7 @@ KtTypeParameterSymbol:
deprecationStatus: null
KtTypeParameterSymbol:
annotationsList: []
isReified: false
name: T5
origin: SOURCE
@@ -137,6 +143,7 @@ KtNamedClassOrObjectSymbol:
deprecationStatus: null
KtTypeParameterSymbol:
annotationsList: []
isReified: false
name: T6
origin: SOURCE
@@ -1,4 +1,5 @@
KtTypeParameterSymbol:
annotationsList: []
isReified: false
name: T
origin: SOURCE
@@ -34,6 +35,7 @@ KtNamedClassOrObjectSymbol:
deprecationStatus: null
KtTypeParameterSymbol:
annotationsList: []
isReified: false
name: Z
origin: SOURCE