AA: avoid using compiler impl detail as API return type
This commit is contained in:
committed by
Space Team
parent
f5d2ce3022
commit
ea17bbeddc
@@ -46,7 +46,7 @@ KtFunctionSymbol:
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: null
|
||||
getContainingJvmClassName: kotlin/collections/List
|
||||
getContainingJvmClassName: kotlin.collections.List
|
||||
getContainingModule: KtBinaryModule "Builtins for JVM (1.8)"
|
||||
deprecationStatus: null
|
||||
]
|
||||
@@ -60,6 +60,6 @@ KtFunctionSymbol:
|
||||
]
|
||||
type: kotlin/collections/List<E>
|
||||
getContainingFileSymbol: null
|
||||
getContainingJvmClassName: kotlin/collections/List
|
||||
getContainingJvmClassName: kotlin.collections.List
|
||||
getContainingModule: KtBinaryModule "Builtins for JVM (1.8)"
|
||||
deprecationStatus: null
|
||||
|
||||
Reference in New Issue
Block a user