[Analysis API] make KtDeclarationSymbol <: KtSymbolWithTypeParameters
To simplify work with type parameters
This commit is contained in:
@@ -8,5 +8,6 @@ KtBackingFieldSymbol:
|
||||
receiverType: null
|
||||
returnType: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
+2
-1
@@ -10,5 +10,6 @@ KtValueParameterSymbol:
|
||||
receiverType: null
|
||||
returnType: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
deprecationStatus: null
|
||||
+2
-1
@@ -10,5 +10,6 @@ KtValueParameterSymbol:
|
||||
receiverType: null
|
||||
returnType: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
deprecationStatus: null
|
||||
@@ -8,6 +8,7 @@ KtSamConstructorSymbol:
|
||||
receiverType: null
|
||||
returnType: java/lang/Runnable
|
||||
symbolKind: SAM_CONSTRUCTOR
|
||||
typeParameters: []
|
||||
valueParameters: [
|
||||
KtValueParameterSymbol(function)
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user