FIR IDE: rename SymbolKind: MEMBER -> CLASS_MEMBER
This commit is contained in:
committed by
Ilya Kirillov
parent
d968b2ba49
commit
43257f7688
+2
-2
@@ -17,7 +17,7 @@ KtFirFunctionSymbol:
|
||||
name: listIterator
|
||||
origin: LIBRARY
|
||||
receiverType: null
|
||||
symbolKind: MEMBER
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
@@ -42,7 +42,7 @@ KtFirFunctionSymbol:
|
||||
name: listIterator
|
||||
origin: LIBRARY
|
||||
receiverType: null
|
||||
symbolKind: MEMBER
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
valueParameters: [
|
||||
KtFirValueParameterSymbol(index)
|
||||
|
||||
Reference in New Issue
Block a user