[AA] KtTypeInfoProvider: update kdoc
^KTIJ-23547 ^KTIJ-24141
This commit is contained in:
committed by
Space Team
parent
7f24a38997
commit
6635ec33d9
+1
-1
@@ -114,7 +114,7 @@ public interface KtTypeInfoProviderMixIn : KtAnalysisSessionMixIn {
|
|||||||
*
|
*
|
||||||
* fun foo(): @Anno3 SecondAlias = TODO()
|
* 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
|
public val KtType.fullyExpandedType: KtType
|
||||||
get() = withValidityAssertion {
|
get() = withValidityAssertion {
|
||||||
|
|||||||
Reference in New Issue
Block a user