[AA] KtTypeInfoProvider: update kdoc

^KTIJ-23547
^KTIJ-24141
This commit is contained in:
Dmitrii Gridin
2023-01-18 00:15:44 +01:00
committed by Space Team
parent 7f24a38997
commit 6635ec33d9
@@ -114,7 +114,7 @@ public interface KtTypeInfoProviderMixIn : KtAnalysisSessionMixIn {
*
* fun foo(): @Anno3 SecondAlias = TODO()
* ```
* The return type of **foo** will be **@Anno3 @Anno2 @Anno1 Base** instead of **@Anno3 SecondAlias**
* The return type of `foo` will be `@Anno3 @Anno2 @Anno1 Base` instead of `@Anno3 SecondAlias`
*/
public val KtType.fullyExpandedType: KtType
get() = withValidityAssertion {